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

Unified Diff: Source/core/inspector/InspectorOverlay.h

Issue 777213002: Fix for InspectorOverlay violating document lifecycle expectations (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Oops removing files meant for a different CL. Created 6 years 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
« no previous file with comments | « no previous file | Source/core/inspector/InspectorOverlay.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorOverlay.h
diff --git a/Source/core/inspector/InspectorOverlay.h b/Source/core/inspector/InspectorOverlay.h
index 9831ebcbaa6c963cdfc00c8e23148da6db1439ec..da8e5b9c9d27183f981062a0ad4c307b55423194 100644
--- a/Source/core/inspector/InspectorOverlay.h
+++ b/Source/core/inspector/InspectorOverlay.h
@@ -145,6 +145,7 @@ private:
bool m_omitTooltip;
Timer<InspectorOverlay> m_timer;
int m_activeProfilerCount;
+ bool m_updating;
};
} // namespace blink
« no previous file with comments | « no previous file | Source/core/inspector/InspectorOverlay.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698