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

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: Make all *Manager classes GarbageCollected 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..f1ad8fb22645f50a954f85e2a9f8cd2eb98befd7 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 final : public GarbageCollectedFinalized<TouchEventManager>, public UserGestureUtilizedCallback {
WTF_MAKE_NONCOPYABLE(TouchEventManager);
- DISALLOW_NEW();
public:
class TouchInfo {
DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();

Powered by Google App Engine
This is Rietveld 408576698