summaryrefslogtreecommitdiffstats
path: root/chrome/views/view.h
diff options
context:
space:
mode:
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