| 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 357f974c4985e8524e07e7635cac95df426e1d29..f3244d740d6fd4cfba8755dce4355b8e5f3d7ba0 100644
|
| --- a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
|
| +++ b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
|
| @@ -78,6 +78,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& inner_delta,
|
| const gfx::Vector2dF& outer_delta,
|
|
|