| 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 d543a05157aeeaaf4b6f718e40502aed452abaf7..b1a52888d0fc9dda6613f61e9eb41e9baef4722b 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,
|
|
|