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

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

Issue 454643002: Route selection bounds updates through WebLayerTreeView (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revised Created 6 years, 3 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: Source/core/page/ChromeClient.h
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
index eaf97c8f3bb771bd38bd9e3fda056f0b28e9ff3c..8667cbd9c626d5dc74e952d332ee696c78f3aa0b 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;
@@ -186,6 +187,7 @@ public:
virtual void exitFullScreenForElement(Element*) { }
virtual void clearCompositedSelectionBounds() { }
+ virtual void updateCompositedSelectionBounds(const CompositedSelectionBound& anchor, const CompositedSelectionBound& focus) { }
virtual void needTouchEvents(bool) = 0;

Powered by Google App Engine
This is Rietveld 408576698