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

Unified Diff: third_party/WebKit/Source/core/input/TouchEventManager.h

Issue 2255323004: Create MouseEventManager and EventHandlingUtil (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing Created 4 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
Index: third_party/WebKit/Source/core/input/TouchEventManager.h
diff --git a/third_party/WebKit/Source/core/input/TouchEventManager.h b/third_party/WebKit/Source/core/input/TouchEventManager.h
index 501d946566f8bd9b9abea75d3d5a213e8814559c..e6318ce230942eae1059cd1b96db901d413f5eda 100644
--- a/third_party/WebKit/Source/core/input/TouchEventManager.h
+++ b/third_party/WebKit/Source/core/input/TouchEventManager.h
@@ -21,9 +21,8 @@ class PlatformTouchEvent;
// This class takes care of dispatching all touch events and
// maintaining related states.
-class CORE_EXPORT TouchEventManager: public UserGestureUtilizedCallback {
+class CORE_EXPORT TouchEventManager : public GarbageCollectedFinalized<TouchEventManager>, public UserGestureUtilizedCallback {
WTF_MAKE_NONCOPYABLE(TouchEventManager);
- DISALLOW_NEW();
public:
class TouchInfo {
DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
@@ -44,7 +43,6 @@ public:
};
explicit TouchEventManager(LocalFrame*);
- ~TouchEventManager();
DECLARE_TRACE();
// Does the hit-testing again if the original hit test result was not inside
« no previous file with comments | « third_party/WebKit/Source/core/input/ScrollManager.cpp ('k') | third_party/WebKit/Source/core/input/TouchEventManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698