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; |