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

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

Issue 2644083005: Use a frame-specific timer task runner for ValidationMessageClientImpl. (Closed)
Patch Set: Created 3 years, 11 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/ValidationMessageClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/ValidationMessageClientImpl.h
diff --git a/third_party/WebKit/Source/web/ValidationMessageClientImpl.h b/third_party/WebKit/Source/web/ValidationMessageClientImpl.h
index 73c81e43a316cc0cca0d8e19af0e6063d8dc3362..dc308d32f86e8264e99c7de94b1adaae0386406b 100644
--- a/third_party/WebKit/Source/web/ValidationMessageClientImpl.h
+++ b/third_party/WebKit/Source/web/ValidationMessageClientImpl.h
@@ -69,7 +69,7 @@ class ValidationMessageClientImpl final
IntRect m_lastAnchorRectInScreen;
float m_lastPageScaleFactor;
double m_finishTime;
- Timer<ValidationMessageClientImpl> m_timer;
+ std::unique_ptr<TimerBase> m_timer;
};
} // namespace blink
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/ValidationMessageClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698