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

Unified Diff: Source/platform/PlatformTouchEvent.h

Issue 26510003: Moving all the PlatformEvent subclasses from core/platform to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 years, 2 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: Source/platform/PlatformTouchEvent.h
diff --git a/Source/core/platform/PlatformTouchEvent.h b/Source/platform/PlatformTouchEvent.h
similarity index 96%
rename from Source/core/platform/PlatformTouchEvent.h
rename to Source/platform/PlatformTouchEvent.h
index 9a5b0a08fb932a78681443782f76bc2e5d549639..e7c9e6130145475d3abdcbc46f533119b1eedb81 100644
--- a/Source/core/platform/PlatformTouchEvent.h
+++ b/Source/platform/PlatformTouchEvent.h
@@ -20,13 +20,12 @@
#ifndef PlatformTouchEvent_h
#define PlatformTouchEvent_h
-#include "core/platform/PlatformTouchPoint.h"
#include "platform/PlatformEvent.h"
+#include "platform/PlatformTouchPoint.h"
#include "wtf/Vector.h"
namespace WebCore {
-
class PlatformTouchEvent : public PlatformEvent {
public:
PlatformTouchEvent()

Powered by Google App Engine
This is Rietveld 408576698