| 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 862c7da4a628655a926346e9ab10a71e00eb689a..333eb6b55bc80a20838b1187292c6d1940a3fb7f 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& innerDelta,
|
| const gfx::Vector2dF& outerDelta,
|
|
|