summaryrefslogtreecommitdiffstats
path: root/chrome/views/view.h
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-10 21:56:57 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-10 21:56:57 +0000
commit633299837b77365f07bf15a87925e9eeda1e3987 (patch)
tree2a388af27bef7bb01455f2d6f49185531f5e3658 /chrome/views/view.h
parent6877d9cd6b5a9a522b4f6c1d968cbd7277245e37 (diff)
downloadchromium_src-633299837b77365f07bf15a87925e9eeda1e3987.zip
chromium_src-633299837b77365f07bf15a87925e9eeda1e3987.tar.gz
chromium_src-633299837b77365f07bf15a87925e9eeda1e3987.tar.bz2
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
Diffstat (limited to 'chrome/views/view.h')
-rw-r--r--chrome/views/view.h2
1 files changed, 1 insertions, 1 deletions
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