| 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 2112685523055778d7fdf5ae60f8053131c22416..c06b6a7bfaa9b10ad71745570619a1ed91c7f856 100644
|
| --- a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
|
| +++ b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
|
| @@ -58,6 +58,7 @@ class WebLayerTreeViewImplForTesting
|
| void SetNeedsBeginFrame() override;
|
| void DidStopFlinging() override;
|
| void SetDeferCommits(bool) override;
|
| + // TODO(pdr): Refactor to use a struct like LayerTreeHost::ViewportLayers.
|
| void RegisterViewportLayers(
|
| const blink::WebLayer* overscroll_elasticity_layer,
|
| const blink::WebLayer* page_scale_layer_layer,
|
|
|