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

Unified Diff: third_party/WebKit/Source/web/InspectorOverlay.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/InspectorOverlay.h
diff --git a/third_party/WebKit/Source/web/InspectorOverlay.h b/third_party/WebKit/Source/web/InspectorOverlay.h
index 92843643e1199e19e340b4e488f853a95c1f615e..4b344146dd91915699a99e0f208fc3c690d82d9a 100644
--- a/third_party/WebKit/Source/web/InspectorOverlay.h
+++ b/third_party/WebKit/Source/web/InspectorOverlay.h
@@ -86,6 +86,8 @@ public:
bool handleInputEvent(const WebInputEvent&);
void pageLayoutInvalidated(bool resized);
void setShowViewportSizeOnResize(bool);
+ void showReloadingBlanket();
+ void hideReloadingBlanket();
void setPausedInDebuggerMessage(const String&);
// Does not yet include paint.
@@ -159,6 +161,7 @@ private:
bool m_omitTooltip;
Timer<InspectorOverlay> m_timer;
bool m_suspended;
+ bool m_showReloadingBlanket;
bool m_inLayout;
bool m_needsUpdate;
v8_inspector::V8InspectorSession* m_v8Session;

Powered by Google App Engine
This is Rietveld 408576698