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

Unified Diff: Source/core/html/HTMLFormElement.h

Issue 255673003: Use GenericEventQueue class in HTMLFormElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « no previous file | Source/core/html/HTMLFormElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLFormElement.h
diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h
index fb7bd5ba012387f76339748f1f1eb3d01149b515..a589fdfc01f6ff7e18057bdee4b79cca46fbd1f2 100644
--- a/Source/core/html/HTMLFormElement.h
+++ b/Source/core/html/HTMLFormElement.h
@@ -40,6 +40,7 @@ namespace WebCore {
class Event;
class FormAssociatedElement;
class FormData;
+class GenericEventQueue;
class HTMLFormControlElement;
class HTMLImageElement;
class HTMLInputElement;
@@ -175,10 +176,7 @@ private:
bool m_wasDemoted;
- void requestAutocompleteTimerFired(Timer<HTMLFormElement>*);
-
- WillBePersistentHeapVector<RefPtrWillBeMember<Event> > m_pendingAutocompleteEvents;
- Timer<HTMLFormElement> m_requestAutocompleteTimer;
+ OwnPtr<GenericEventQueue> m_pendingAutocompleteEventsQueue;
};
} // namespace WebCore
« no previous file with comments | « no previous file | Source/core/html/HTMLFormElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698