summaryrefslogtreecommitdiffstats
path: root/chrome/views/bitmap_scroll_bar.h
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-17 02:03:23 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-17 02:03:23 +0000
commit3b680a8b28f63a13f82fbb5e7324fba69c28d75d (patch)
tree5fdcb6ef14cdf63449e95a50c3e18db90d60923a /chrome/views/bitmap_scroll_bar.h
parent4ec0cd19d253161aa42d0f9583da8f0886dff7c9 (diff)
downloadchromium_src-3b680a8b28f63a13f82fbb5e7324fba69c28d75d.zip
chromium_src-3b680a8b28f63a13f82fbb5e7324fba69c28d75d.tar.gz
chromium_src-3b680a8b28f63a13f82fbb5e7324fba69c28d75d.tar.bz2
Replace some CRects with gfx::Rect
Review URL: http://codereview.chromium.org/14173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7126 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/bitmap_scroll_bar.h')
-rw-r--r--chrome/views/bitmap_scroll_bar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/views/bitmap_scroll_bar.h b/chrome/views/bitmap_scroll_bar.h
index 1c3f46f..499286c 100644
--- a/chrome/views/bitmap_scroll_bar.h
+++ b/chrome/views/bitmap_scroll_bar.h
@@ -106,7 +106,9 @@ class BitmapScrollBar : public ScrollBar,
virtual int GetPosition() const;
// ContextMenuController overrides.
- virtual void ShowContextMenu(View* source, int x, int y,
+ virtual void ShowContextMenu(View* source,
+ int x,
+ int y,
bool is_mouse_gesture);
// Menu::Delegate overrides: