Index: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp |
diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp |
index 75d00bb44bdb3d3d95ab8b28a3b383d1cdff1643..59ba94724845531dba20609b291b92d62c4ebae2 100644 |
--- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp |
+++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp |
@@ -125,6 +125,14 @@ TestingCompositorSupport::createScrollbarLayer( |
} |
std::unique_ptr<WebScrollbarLayer> |
+TestingCompositorSupport::createOverlayScrollbarLayer( |
+ std::unique_ptr<WebScrollbar>, |
+ WebScrollbarThemePainter, |
+ std::unique_ptr<WebScrollbarThemeGeometry>) { |
+ return nullptr; |
+} |
+ |
+std::unique_ptr<WebScrollbarLayer> |
TestingCompositorSupport::createSolidColorScrollbarLayer( |
WebScrollbar::Orientation, |
int thumbThickness, |