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

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

Issue 2230993002: Refactor composited selection code out of WebViewImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use single localFrame clearing. Created 4 years, 4 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/ChromeClient.h
diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
index 762d7844a784f046c7bdad2895f671c6c6d7b628..fd6513695f5ebe8142d286253b27bb102d868311 100644
--- a/third_party/WebKit/Source/core/page/ChromeClient.h
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h
@@ -211,8 +211,8 @@ public:
virtual void enterFullScreenForElement(Element*) { }
virtual void exitFullScreenForElement(Element*) { }
- virtual void clearCompositedSelection() { }
- virtual void updateCompositedSelection(const CompositedSelection&) { }
+ virtual void clearCompositedSelection(LocalFrame*) { }
+ virtual void updateCompositedSelection(LocalFrame*, const CompositedSelection&) { }
virtual void setEventListenerProperties(WebEventListenerClass, WebEventListenerProperties) = 0;
virtual WebEventListenerProperties eventListenerProperties(WebEventListenerClass) const = 0;
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | third_party/WebKit/Source/web/ChromeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698