Index: Source/core/page/ChromeClient.h |
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h |
index 3076c7c64fa66cc926ffe4e7358210ebec4cebe3..8071d4b7ef915ee35f48513405866ae9cd22215e 100644 |
--- a/Source/core/page/ChromeClient.h |
+++ b/Source/core/page/ChromeClient.h |
@@ -65,6 +65,7 @@ class PagePopupClient; |
class PagePopupDriver; |
class PopupMenuClient; |
+struct CompositedSelectionBound; |
struct DateTimeChooserParameters; |
struct FrameLoadRequest; |
struct GraphicsDeviceAdapter; |
@@ -185,6 +186,7 @@ public: |
virtual void exitFullScreenForElement(Element*) { } |
virtual void clearCompositedSelectionBounds() { } |
+ virtual void updateCompositedSelectionBounds(const CompositedSelectionBound& anchor, const CompositedSelectionBound& focus) { } |
virtual void needTouchEvents(bool) = 0; |