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

Unified Diff: Source/core/page/EditorClient.h

Issue 204673007: Move didChangeSelection to WebFrameClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update Created 6 years, 9 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
« no previous file with comments | « Source/core/loader/EmptyClients.h ('k') | Source/web/EditorClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/EditorClient.h
diff --git a/Source/core/page/EditorClient.h b/Source/core/page/EditorClient.h
index 7d7e4fd10deaa2e54deca809cc98de1321f67eec..d8b69cf47c04ff66bd38b51217f29c0fd8ffd299 100644
--- a/Source/core/page/EditorClient.h
+++ b/Source/core/page/EditorClient.h
@@ -41,7 +41,7 @@ public:
virtual ~EditorClient() { }
virtual void respondToChangedContents() = 0;
- virtual void respondToChangedSelection(SelectionType) = 0;
+ virtual void respondToChangedSelection(LocalFrame*, SelectionType) = 0;
virtual bool canCopyCut(LocalFrame*, bool defaultValue) const = 0;
virtual bool canPaste(LocalFrame*, bool defaultValue) const = 0;
« no previous file with comments | « Source/core/loader/EmptyClients.h ('k') | Source/web/EditorClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698