| 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..d543a05157aeeaaf4b6f718e40502aed452abaf7 100644
|
| --- a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
|
| +++ b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
|
| @@ -95,6 +95,8 @@ class WebLayerTreeViewImplForTesting
|
| void DidReceiveCompositorFrameAck() override {}
|
| void DidCompletePageScaleAnimation() override {}
|
|
|
| + bool IsForSubframe() override;
|
| +
|
| // cc::LayerTreeHostSingleThreadClient implementation.
|
| void DidSubmitCompositorFrame() override {}
|
| void DidLoseCompositorFrameSink() override {}
|
|
|