Index: Source/web/ChromeClientImpl.h |
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h |
index a6ff65a3feb4385c16d66f8834254cf6c9785ce4..9433773d28f2d5e8769ececc0954e7bd45651559 100644 |
--- a/Source/web/ChromeClientImpl.h |
+++ b/Source/web/ChromeClientImpl.h |
@@ -148,6 +148,9 @@ public: |
virtual void enterFullScreenForElement(WebCore::Element*) OVERRIDE; |
virtual void exitFullScreenForElement(WebCore::Element*) OVERRIDE; |
+ virtual void clearCompositedSelectionBounds() OVERRIDE; |
+ virtual void updateCompositedSelectionBounds(const WebCore::CompositedSelectionBound& anchor, const WebCore::CompositedSelectionBound& focus) OVERRIDE; |
+ |
// ChromeClient methods: |
virtual void postAccessibilityNotification(WebCore::AXObject*, WebCore::AXObjectCache::AXNotification) OVERRIDE; |
virtual String acceptLanguages() OVERRIDE; |