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