Index: cc/test/fake_web_scrollbar.h |
diff --git a/cc/test/fake_web_scrollbar.h b/cc/test/fake_web_scrollbar.h |
index 444ee66732b9a8a4ec10fc27f84194677bb9a7a7..ace21f25e7bb3727147fdd226aeb8ed7c18e9913 100644 |
--- a/cc/test/fake_web_scrollbar.h |
+++ b/cc/test/fake_web_scrollbar.h |
@@ -38,10 +38,13 @@ class FakeWebScrollbar : public WebKit::WebScrollbar { |
virtual bool isCustomScrollbar() const OVERRIDE; |
virtual Orientation orientation() const OVERRIDE; |
+ void SetLocation(const WebKit::WebPoint& location); |
+ |
private: |
FakeWebScrollbar(); |
bool is_overlay_; |
+ WebKit::WebPoint location_; |
}; |
} // namespace cc |