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

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

Issue 2916043002: Move LocalFrame::DragImageForSelection DragController (Closed)
Patch Set: updated Created 3 years, 7 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..afb7080100f26d61eccea00178eb454b64840fd4 100644
--- a/third_party/WebKit/Source/core/page/DragController.h
+++ b/third_party/WebKit/Source/core/page/DragController.h
@@ -81,6 +81,8 @@ class CORE_EXPORT DragController final
DragState& GetDragState();
+ static std::unique_ptr<DragImage> DragImageForSelection(LocalFrame*, float);
+
DECLARE_TRACE();
private:

Powered by Google App Engine
This is Rietveld 408576698