| Index: third_party/WebKit/Source/core/page/Page.h
|
| diff --git a/third_party/WebKit/Source/core/page/Page.h b/third_party/WebKit/Source/core/page/Page.h
|
| index 1ce3024aae3854c3c3b26056b845e6831d513f94..b052eb944c0da4ba221e16fba873691385c1ecd5 100644
|
| --- a/third_party/WebKit/Source/core/page/Page.h
|
| +++ b/third_party/WebKit/Source/core/page/Page.h
|
| @@ -64,6 +64,7 @@ class Settings;
|
| class SpellCheckerClient;
|
| class UndoStack;
|
| class ValidationMessageClient;
|
| +class WebLayerTreeView;
|
|
|
| typedef uint64_t LinkHash;
|
|
|
| @@ -205,7 +206,9 @@ public:
|
|
|
| DECLARE_TRACE();
|
|
|
| - void willCloseLayerTreeView();
|
| + void layerTreeViewInitialized(WebLayerTreeView&);
|
| + void willCloseLayerTreeView(WebLayerTreeView&);
|
| +
|
| void willBeDestroyed();
|
|
|
| private:
|
|
|