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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.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/frame/LocalFrame.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index a0435f267707bbb6ec6879d5f1906d2200954a3a..adb107f2cedb68a8baeff336a0328e35d6497999 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;
@@ -91,8 +90,6 @@ class CORE_EXPORT LocalFrame final : public Frame,
public Supplementable<LocalFrame> {
USING_GARBAGE_COLLECTED_MIXIN(LocalFrame);
- friend class LocalFrameTest;
-
public:
static LocalFrame* Create(LocalFrameClient*,
Page&,
@@ -201,9 +198,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;
« no previous file with comments | « third_party/WebKit/Source/core/clipboard/DataTransferTest.cpp ('k') | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698