Index: third_party/WebKit/public/platform/WebCompositorSupport.h |
diff --git a/third_party/WebKit/public/platform/WebCompositorSupport.h b/third_party/WebKit/public/platform/WebCompositorSupport.h |
index 348e8a15986acb7b08e3606b6e04763f10af28b9..5c3f706aaa1df1a1fad42dc185e13156fe8d99bd 100644 |
--- a/third_party/WebKit/public/platform/WebCompositorSupport.h |
+++ b/third_party/WebKit/public/platform/WebCompositorSupport.h |
@@ -68,21 +68,18 @@ |
virtual std::unique_ptr<WebScrollbarLayer> createScrollbarLayer( |
std::unique_ptr<WebScrollbar>, |
WebScrollbarThemePainter, |
- std::unique_ptr<WebScrollbarThemeGeometry>, |
- WebLayer* scrollLayer) = 0; |
+ std::unique_ptr<WebScrollbarThemeGeometry>) = 0; |
virtual std::unique_ptr<WebScrollbarLayer> createOverlayScrollbarLayer( |
std::unique_ptr<WebScrollbar>, |
WebScrollbarThemePainter, |
- std::unique_ptr<WebScrollbarThemeGeometry>, |
- WebLayer* scrollLayer) = 0; |
+ std::unique_ptr<WebScrollbarThemeGeometry>) = 0; |
virtual std::unique_ptr<WebScrollbarLayer> createSolidColorScrollbarLayer( |
WebScrollbar::Orientation, |
int thumbThickness, |
int trackStart, |
- bool isLeftSideVerticalScrollbar, |
- WebLayer* scrollLayer) = 0; |
+ bool isLeftSideVerticalScrollbar) = 0; |
protected: |
virtual ~WebCompositorSupport() {} |