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

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

Issue 302993003: Route selection bounds updates through WebLayerTreeView (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 5 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/frame/FrameView.cpp ('k') | Source/core/rendering/compositing/CompositedSelectionBound.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/ChromeClient.h
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
index 48d4940f89ad4cebb49c0f218916a1e7d55e411d..6e08f0e58467d434aaaee66bbbe359456de15e83 100644
--- a/Source/core/page/ChromeClient.h
+++ b/Source/core/page/ChromeClient.h
@@ -66,6 +66,7 @@ class PopupMenuClient;
class SecurityOrigin;
class Widget;
+struct CompositedSelectionBound;
struct DateTimeChooserParameters;
struct FrameLoadRequest;
struct GraphicsDeviceAdapter;
@@ -187,6 +188,7 @@ public:
virtual void exitFullScreenForElement(Element*) { }
virtual void clearCompositedSelectionBounds() { }
+ virtual void updateCompositedSelectionBounds(const CompositedSelectionBound& anchor, const CompositedSelectionBound& focus) { }
virtual void needTouchEvents(bool) = 0;
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/rendering/compositing/CompositedSelectionBound.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698