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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorPageAgent.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: No message, just blanket 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/core/inspector/InspectorPageAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
index 511ec76366bcf50d5018937855e8fa189c6c6bb7..dba341b17c3e35d309eeb1efaf2a3e996c6229db 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
@@ -64,6 +64,7 @@ public:
virtual void pageLayoutInvalidated(bool resized) { }
virtual void configureOverlay(bool suspended, const String& message) { }
virtual void waitForCreateWindow(LocalFrame*) { }
+ virtual void willReloadPage() { }
};
enum ResourceType {

Powered by Google App Engine
This is Rietveld 408576698