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

Unified Diff: third_party/WebKit/Source/web/WebInputEventConversion.h

Issue 2396693002: Convert drag event position to root frame. (Closed)
Patch Set: Convert drag event position to root frame. Created 4 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: third_party/WebKit/Source/web/WebInputEventConversion.h
diff --git a/third_party/WebKit/Source/web/WebInputEventConversion.h b/third_party/WebKit/Source/web/WebInputEventConversion.h
index 41f5cb5f043bf7dc115d148266b9bfc5a077f8a8..3afe55f5b8edc7e546730752f8fc5261f005c879 100644
--- a/third_party/WebKit/Source/web/WebInputEventConversion.h
+++ b/third_party/WebKit/Source/web/WebInputEventConversion.h
@@ -125,6 +125,8 @@ public:
WebGestureEventBuilder(const LayoutItem, const GestureEvent&);
};
+IntPoint convertDragEventPointToRootFrame(const Widget*, const IntPoint&);
+
} // namespace blink
#endif

Powered by Google App Engine
This is Rietveld 408576698