summaryrefslogtreecommitdiffstats
path: root/cc/test/fake_scrollbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/test/fake_scrollbar.h')
-rw-r--r--cc/test/fake_scrollbar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/test/fake_scrollbar.h b/cc/test/fake_scrollbar.h
index 0f068b0..e1ac147 100644
--- a/cc/test/fake_scrollbar.h
+++ b/cc/test/fake_scrollbar.h
@@ -19,6 +19,7 @@ class FakeScrollbar : public Scrollbar {
// Scrollbar implementation.
virtual ScrollbarOrientation Orientation() const OVERRIDE;
+ virtual bool IsLeftSideVerticalScrollbar() const OVERRIDE;
virtual gfx::Point Location() const OVERRIDE;
virtual bool IsOverlay() const OVERRIDE;
virtual bool HasThumb() const OVERRIDE;