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

Unified Diff: Source/platform/Widget.h

Issue 298133003: Expose fractional TouchEvent coordinates (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make layout test output stable across platforms Created 6 years, 6 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/platform/PlatformTouchPoint.h ('k') | Source/platform/Widget.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Widget.h
diff --git a/Source/platform/Widget.h b/Source/platform/Widget.h
index dee74fd4c86227a538993e04870f1e09c8d8db92..4b042fc06ef12b3acef6f99f45ed32dd08b8c3c5 100644
--- a/Source/platform/Widget.h
+++ b/Source/platform/Widget.h
@@ -29,6 +29,7 @@
#define Widget_h
#include "platform/PlatformExport.h"
+#include "platform/geometry/FloatPoint.h"
#include "platform/geometry/IntRect.h"
#include "wtf/Forward.h"
#include "wtf/RefCounted.h"
@@ -112,6 +113,7 @@ public:
IntPoint convertToContainingWindow(const IntPoint&) const;
IntPoint convertFromContainingWindow(const IntPoint&) const;
+ FloatPoint convertFromContainingWindow(const FloatPoint&) const;
virtual void frameRectsChanged() { }
« no previous file with comments | « Source/platform/PlatformTouchPoint.h ('k') | Source/platform/Widget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698