Index: Source/web/ChromeClientImpl.h |
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h |
index 61f1ebcabf7885717f2a42e9a43551919ef616d0..f206f797ac91852a628c03e56405a208d86a0842 100644 |
--- a/Source/web/ChromeClientImpl.h |
+++ b/Source/web/ChromeClientImpl.h |
@@ -145,6 +145,7 @@ public: |
virtual void exitFullScreenForElement(Element*) OVERRIDE; |
virtual void clearCompositedSelectionBounds() OVERRIDE; |
+ virtual void updateCompositedSelectionBounds(const blink::CompositedSelectionBound& anchor, const blink::CompositedSelectionBound& focus) OVERRIDE; |
// ChromeClient methods: |
virtual void postAccessibilityNotification(AXObject*, AXObjectCache::AXNotification) OVERRIDE; |