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

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

Issue 2189263004: [DevTools] Replace profiling{Started,Stopped} with explicit setOverlaySuspended call. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merged Created 4 years, 5 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 4b0851934bf16b1879a02db3f3dc533ede172e75..720a88cfc225d28cd8b4cabd721e7748eb169580 100644
--- a/third_party/WebKit/Source/web/InspectorOverlay.h
+++ b/third_party/WebKit/Source/web/InspectorOverlay.h
@@ -155,7 +155,7 @@ private:
bool m_resizeTimerActive;
bool m_omitTooltip;
Timer<InspectorOverlay> m_timer;
- int m_suspendCount;
+ bool m_suspended;
bool m_inLayout;
bool m_needsUpdate;
V8InspectorSession* m_v8Session;

Powered by Google App Engine
This is Rietveld 408576698