| 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 cb6c65342bf63534f74037e81602736c04426b98..0306bec2d521e781d6184b24c2f9afeefa5ca3f2 100644
|
| --- a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
|
| +++ b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
|
| @@ -80,6 +80,7 @@ class WebLayerTreeViewImplForTesting
|
| void DidBeginMainFrame() override {}
|
| void BeginMainFrame(const cc::BeginFrameArgs& args) override {}
|
| void BeginMainFrameNotExpectedSoon() override {}
|
| + void BeginMainFrameNotExpectedUntil(base::TimeTicks) override {}
|
| void UpdateLayerTreeHost() override;
|
| void ApplyViewportDeltas(const gfx::Vector2dF& innerDelta,
|
| const gfx::Vector2dF& outerDelta,
|
|
|