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

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.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/web/ChromeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
index 037cae36c6d3ff4882df0ae7ec28af7fda2043b6..4c59c5decc8f324f0604d06d46b9b335fba5f5ff 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -136,8 +136,8 @@ public:
void enterFullScreenForElement(Element*) override;
void exitFullScreenForElement(Element*) override;
- void clearCompositedSelection() override;
- void updateCompositedSelection(const CompositedSelection&) override;
+ void clearCompositedSelection(LocalFrame*) override;
+ void updateCompositedSelection(LocalFrame*, const CompositedSelection&) override;
// ChromeClient methods:
void postAccessibilityNotification(AXObject*, AXObjectCache::AXNotification) override;
« no previous file with comments | « third_party/WebKit/Source/core/page/ChromeClient.h ('k') | third_party/WebKit/Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698