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

Unified Diff: third_party/WebKit/Source/core/page/DragController.h

Issue 2940583002: Move drag related functionality out of LocalFrame (Closed)
Patch Set: updatedPS Created 3 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
Index: third_party/WebKit/Source/core/page/DragController.h
diff --git a/third_party/WebKit/Source/core/page/DragController.h b/third_party/WebKit/Source/core/page/DragController.h
index bce6afe9220113dee6623bb9264f536ba39e10aa..7fb08d4d9ce12bb923160e6daca5c4e1c2612a24 100644
--- a/third_party/WebKit/Source/core/page/DragController.h
+++ b/third_party/WebKit/Source/core/page/DragController.h
@@ -81,6 +81,9 @@ class CORE_EXPORT DragController final
DragState& GetDragState();
+ static std::unique_ptr<DragImage> DragImageForSelection(const LocalFrame&,
+ float);
+
DECLARE_TRACE();
private:
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalFrameTest.cpp ('k') | third_party/WebKit/Source/core/page/DragController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698