| Index: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
|
| index 0b7238577d4ecc04fcc61d3f8d594f22416ee40d..cb6c65342bf63534f74037e81602736c04426b98 100644
|
| --- a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
|
| +++ b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
|
| @@ -86,6 +86,8 @@ class WebLayerTreeViewImplForTesting
|
| const gfx::Vector2dF& elasticOverscrollDelta,
|
| float pageScale,
|
| float browserControlsDelta) override;
|
| + void RecordWheelAndTouchScrollingCount(bool hasScrolledByWheel,
|
| + bool hasScrolledByTouch) override;
|
| void RequestNewCompositorFrameSink() override;
|
| void DidInitializeCompositorFrameSink() override {}
|
| void DidFailToInitializeCompositorFrameSink() override;
|
|
|