| Index: third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| index d1c5da2cb538bc17319c98bd66b21bea764fee68..29ac40098dcf1b993249d8cffacd0a1c638b5493 100644
|
| --- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| @@ -95,6 +95,7 @@ public:
|
| void willAddPageOverlay(const GraphicsLayer*);
|
| void didRemovePageOverlay(const GraphicsLayer*);
|
| void layerTreeViewChanged(WebLayerTreeView*);
|
| + void rootLayerCleared();
|
|
|
| // WebDevToolsAgent implementation.
|
| void attach(const WebString& hostId, int sessionId) override;
|
| @@ -112,6 +113,8 @@ private:
|
| // InspectorTracingAgent::Client implementation.
|
| void enableTracing(const WTF::String& categoryFilter) override;
|
| void disableTracing() override;
|
| + void showReloadingBlanket() override;
|
| + void hideReloadingBlanket() override;
|
|
|
| // InspectorEmulationAgent::Client implementation.
|
| void setCPUThrottlingRate(double) override;
|
|
|