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

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

Issue 1888773003: Merge DragClientImpl into core. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missing file. Created 4 years, 8 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/Page.h
diff --git a/third_party/WebKit/Source/core/page/Page.h b/third_party/WebKit/Source/core/page/Page.h
index 0c4e1a01af106a04353a80de22d37dc72eaa27d2..256116161771d1b75868af397dde742f195a5e95 100644
--- a/third_party/WebKit/Source/core/page/Page.h
+++ b/third_party/WebKit/Source/core/page/Page.h
@@ -53,7 +53,6 @@ class ContextMenuClient;
class ContextMenuController;
class Document;
class DragCaretController;
-class DragClient;
class DragController;
class EditorClient;
class FocusController;
@@ -88,7 +87,6 @@ public:
Member<ChromeClient> chromeClient;
ContextMenuClient* contextMenuClient;
EditorClient* editorClient;
- DragClient* dragClient;
SpellCheckerClient* spellCheckerClient;
};

Powered by Google App Engine
This is Rietveld 408576698