| Index: components/html_viewer/web_layer_tree_view_impl.h
|
| diff --git a/components/html_viewer/web_layer_tree_view_impl.h b/components/html_viewer/web_layer_tree_view_impl.h
|
| index bcd833ba7a958c6d56ad1fbe7831b6b9fd31e7ce..187fa22e55c647fded90963e905d30959ac9adc8 100644
|
| --- a/components/html_viewer/web_layer_tree_view_impl.h
|
| +++ b/components/html_viewer/web_layer_tree_view_impl.h
|
| @@ -58,6 +58,7 @@ class WebLayerTreeViewImpl : public blink::WebLayerTreeView,
|
| const gfx::Vector2dF& elastic_overscroll_delta,
|
| float page_scale,
|
| float top_controls_delta) override;
|
| + void ApplyMutations(const LayerTreeMutations& mutations) override {}
|
| void RequestNewOutputSurface() override;
|
| void DidFailToInitializeOutputSurface() override;
|
| void DidInitializeOutputSurface() override;
|
|
|