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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.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/frame/LocalFrame.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index d29aea93f4fc45ca49f5bbc9166070b8e65e7dbd..574f78a8b4164cc623ed9313528d07af55db1970 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -48,7 +48,6 @@ namespace blink {
class Color;
class ContentSettingsClient;
class Document;
-class DragImage;
class Editor;
template <typename Traversal>
class EditingAlgorithm;
@@ -197,9 +196,6 @@ class CORE_EXPORT LocalFrame final : public Frame,
void DeviceScaleFactorChanged();
double DevicePixelRatio() const;
- std::unique_ptr<DragImage> NodeImage(Node&);
- std::unique_ptr<DragImage> DragImageForSelection(float opacity);
-
String SelectedText() const;
String SelectedTextForClipboard() const;

Powered by Google App Engine
This is Rietveld 408576698