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

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

Issue 2644803002: Convert timer for InspectorOverlay (Closed)
Patch Set: Used UnspecedTimer for the task type. Created 3 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/InspectorOverlay.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7276894cfc848ac97746e05d81cdc90bc3f5610d..341fd36fe8e60f22247e4a0f39e8f5005d2f3313 100644
--- a/third_party/WebKit/Source/web/InspectorOverlay.h
+++ b/third_party/WebKit/Source/web/InspectorOverlay.h
@@ -150,7 +150,7 @@ class InspectorOverlay final
bool m_drawViewSize;
bool m_resizeTimerActive;
bool m_omitTooltip;
- Timer<InspectorOverlay> m_timer;
+ TaskRunnerTimer<InspectorOverlay> m_timer;
bool m_suspended;
bool m_showReloadingBlanket;
bool m_inLayout;
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/InspectorOverlay.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698