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

Unified Diff: Source/web/EditorClientImpl.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/page/EditorClient.h ('k') | Source/web/EditorClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/EditorClientImpl.h
diff --git a/Source/web/EditorClientImpl.h b/Source/web/EditorClientImpl.h
index 43970899c3eac046094be22dcf34886c481245e2..e03f7f0e5f6da57750a701ad8327af13d496c1e4 100644
--- a/Source/web/EditorClientImpl.h
+++ b/Source/web/EditorClientImpl.h
@@ -49,7 +49,7 @@ public:
virtual ~EditorClientImpl();
virtual void respondToChangedContents() OVERRIDE;
- virtual void respondToChangedSelection(WebCore::SelectionType) OVERRIDE;
+ virtual void respondToChangedSelection(WebCore::LocalFrame*, WebCore::SelectionType) OVERRIDE;
virtual bool canCopyCut(WebCore::LocalFrame*, bool defaultValue) const OVERRIDE;
virtual bool canPaste(WebCore::LocalFrame*, bool defaultValue) const OVERRIDE;
virtual void didExecuteCommand(String commandName) OVERRIDE;
« no previous file with comments | « Source/core/page/EditorClient.h ('k') | Source/web/EditorClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698