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

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

Issue 2850623002: [DevTools] Cleanup overlay resources in Dispose (Closed)
Patch Set: Created 3 years, 8 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/InspectorOverlayAgent.h
diff --git a/third_party/WebKit/Source/web/InspectorOverlayAgent.h b/third_party/WebKit/Source/web/InspectorOverlayAgent.h
index b61ccd555401d000b997e570a5447c15538f41ff..a854ad97c84cc7a9b0443819ec6cf5755087615c 100644
--- a/third_party/WebKit/Source/web/InspectorOverlayAgent.h
+++ b/third_party/WebKit/Source/web/InspectorOverlayAgent.h
@@ -204,6 +204,7 @@ class InspectorOverlayAgent final
bool omit_tooltip_;
TaskRunnerTimer<InspectorOverlayAgent> timer_;
bool suspended_;
+ bool disposed_;
bool show_reloading_blanket_;
bool in_layout_;
bool needs_update_;

Powered by Google App Engine
This is Rietveld 408576698