From 633299837b77365f07bf15a87925e9eeda1e3987 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Fri, 10 Oct 2008 21:56:57 +0000 Subject: Fix RTL issues with opaque frame. http://crbug.com/3247 Review URL: http://codereview.chromium.org/7240 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3256 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/views/view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/views/view.h') diff --git a/chrome/views/view.h b/chrome/views/view.h index cd9a89f..072e84d 100644 --- a/chrome/views/view.h +++ b/chrome/views/view.h @@ -331,7 +331,7 @@ class View : public AcceleratorTarget { // UI mirroring is transparent to most View subclasses and therefore there is // no need to call this routine from anywhere within your subclass // implementation. - int View::MirroredX() const; + int MirroredX() const; // Given a rectangle specified in this View's coordinate system, the function // computes the 'left' value for the mirrored rectangle within this View. If -- cgit v1.1