| Index: Source/web/ChromeClientImpl.h
|
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
|
| index 596090ae2f547ebdf9d75cbc72f2ac7dcff2c8ca..58a1dbcbd7e8199a6d071f908844635aefee1669 100644
|
| --- a/Source/web/ChromeClientImpl.h
|
| +++ b/Source/web/ChromeClientImpl.h
|
| @@ -141,8 +141,8 @@ public:
|
| virtual void enterFullScreenForElement(Element*) override;
|
| virtual void exitFullScreenForElement(Element*) override;
|
|
|
| - virtual void clearCompositedSelectionBounds() override;
|
| - virtual void updateCompositedSelectionBounds(const blink::CompositedSelectionBound& anchor, const blink::CompositedSelectionBound& focus) override;
|
| + virtual void clearCompositedSelection() override;
|
| + virtual void updateCompositedSelection(const blink::CompositedSelection&) override;
|
|
|
| // ChromeClient methods:
|
| virtual void postAccessibilityNotification(AXObject*, AXObjectCache::AXNotification) override;
|
|
|