| Index: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
|
| index 09a880a99047af4c4bdcfba98a866310f5e5525e..d31e86f12875f955069334868f8e0bd978086e67 100644
|
| --- a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
|
| @@ -140,6 +140,10 @@ void WebLayerTreeViewImplForTesting::ApplyViewportDeltas(
|
| float pageScale,
|
| float browserControlsDelta) {}
|
|
|
| +void WebLayerTreeViewImplForTesting::RecordWheelAndTouchScrollingCount(
|
| + bool hasScrolledByWheel,
|
| + bool hasScrolledByTouch) {}
|
| +
|
| void WebLayerTreeViewImplForTesting::RequestNewCompositorFrameSink() {
|
| // Intentionally do not create and set an CompositorFrameSink.
|
| }
|
|
|