summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-11 00:47:32 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-11 00:47:32 +0000
commit8f763a300158b4917e0cc1267f4c7d45fa72b572 (patch)
tree52abe8df79e9e444a626cef5cb93e3aba6d19f28 /views
parent81cb4bb9dc17206a1baaea906c73e7b735f181db (diff)
downloadchromium_src-8f763a300158b4917e0cc1267f4c7d45fa72b572.zip
chromium_src-8f763a300158b4917e0cc1267f4c7d45fa72b572.tar.gz
chromium_src-8f763a300158b4917e0cc1267f4c7d45fa72b572.tar.bz2
Fixes regression in showing bookmark menus where the wrong menu would
appear when rtl. BUG=26376 TEST=see bug Review URL: http://codereview.chromium.org/384021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31624 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rw-r--r--views/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/view.h b/views/view.h
index d7144f7..48d7b58 100644
--- a/views/view.h
+++ b/views/view.h
@@ -144,7 +144,7 @@ class View : public AcceleratorTarget {
// Return the bounds of the View, relative to the parent. If
// |settings| is IGNORE_MIRRORING_TRANSFORMATION, the function returns the
- // bounds_ rectangle. If |settings| is APPLY_MIRRORING_SETTINGS AND the
+ // bounds_ rectangle. If |settings| is APPLY_MIRRORING_TRANSFORMATION AND the
// parent View is using a right-to-left UI layout, then the function returns
// a shifted version of the bounds_ rectangle that represents the mirrored
// View bounds.