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

Unified Diff: Source/core/events/ScopedEventQueue.h

Issue 1321993005: New SELECT popup: Delay change event dispatching when an option is selected. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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/web/PopupMenuImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/ScopedEventQueue.h
diff --git a/Source/core/events/ScopedEventQueue.h b/Source/core/events/ScopedEventQueue.h
index f6ba2f93be4eac034f558cc72f9d178be968b88e..b217d16443e15f18e5d2b21c14e96d75471d4ada 100644
--- a/Source/core/events/ScopedEventQueue.h
+++ b/Source/core/events/ScopedEventQueue.h
@@ -31,6 +31,7 @@
#ifndef ScopedEventQueue_h
#define ScopedEventQueue_h
+#include "core/CoreExport.h"
#include "platform/heap/Handle.h"
#include "wtf/Noncopyable.h"
#include "wtf/PassRefPtr.h"
@@ -41,7 +42,7 @@ namespace blink {
class EventDispatchMediator;
-class ScopedEventQueue {
+class CORE_EXPORT ScopedEventQueue {
WTF_MAKE_NONCOPYABLE(ScopedEventQueue); WTF_MAKE_FAST_ALLOCATED(ScopedEventQueue);
public:
~ScopedEventQueue();
« no previous file with comments | « no previous file | Source/web/PopupMenuImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698