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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h

Issue 2191533003: Refactor Timer classes in preparation for landing FrameTimers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More build fixes 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/modules/accessibility/AXObjectCacheImpl.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h b/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h
index 166ade344d1b784ca49c5c68b308d4c3280437a9..d86abf0813220a394f7e6a4a647e53a4993e119e 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h
@@ -232,7 +232,7 @@ private:
Timer<AXObjectCacheImpl> m_notificationPostTimer;
HeapVector<std::pair<Member<AXObject>, AXNotification>> m_notificationsToPost;
- void notificationPostTimerFired(Timer<AXObjectCacheImpl>*);
+ void notificationPostTimerFired(TimerBase*);
AXObject* focusedImageMapUIElement(HTMLAreaElement*);

Powered by Google App Engine
This is Rietveld 408576698