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

Unified Diff: Source/WebCore/platform/PlatformTouchPoint.h

Issue 13529026: Removing a bunch of unused platform code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix whitespace and compiler error on Mac. Created 7 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 | « Source/WebCore/platform/PlatformTouchEvent.h ('k') | Source/WebCore/platform/RunLoop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/PlatformTouchPoint.h
diff --git a/Source/WebCore/platform/PlatformTouchPoint.h b/Source/WebCore/platform/PlatformTouchPoint.h
index eb42015078b3d4a79c398031bbaf483b5c3280af..da76bad518b111204238f5d5cb3c2f4d330681eb 100644
--- a/Source/WebCore/platform/PlatformTouchPoint.h
+++ b/Source/WebCore/platform/PlatformTouchPoint.h
@@ -25,18 +25,6 @@
#if ENABLE(TOUCH_EVENTS)
-#if PLATFORM(QT)
-#include <QTouchEvent>
-#endif
-
-#if PLATFORM(BLACKBERRY)
-namespace BlackBerry {
-namespace Platform {
-class TouchPoint;
-};
-};
-#endif
-
namespace WebCore {
class PlatformTouchEvent;
@@ -62,10 +50,6 @@ public:
{
}
-#if PLATFORM(BLACKBERRY)
- PlatformTouchPoint(const BlackBerry::Platform::TouchPoint&);
-#endif
-
unsigned id() const { return m_id; }
State state() const { return m_state; }
IntPoint screenPos() const { return m_screenPos; }
« no previous file with comments | « Source/WebCore/platform/PlatformTouchEvent.h ('k') | Source/WebCore/platform/RunLoop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698