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 70e7adeaead866f8fdd4a6237815b44d2d7e0f02..26ed36cc60178935f7af121c7bc06c25548c6d58 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; |
@@ -207,7 +208,9 @@ public: |
DECLARE_TRACE(); |
- void willCloseLayerTreeView(); |
+ void layerTreeViewInitialized(WebLayerTreeView&); |
+ void willCloseLayerTreeView(WebLayerTreeView&); |
+ |
void willBeDestroyed(); |
private: |