Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(806)

Unified Diff: third_party/WebKit/Source/web/WebDevToolsAgentImpl.h

Issue 2218603003: Timeline: show white overlay till page being reloaded paints (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased, dropped console.error() upon paint with 0 layer Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/web/InspectorOverlay.cpp ('k') | third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698