| Index: Source/web/ChromeClientImpl.h
|
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
|
| index ef5e647f30fb56b3806077128430e92eb44258fb..1903b615a220892bd1186d0f6513458222e9be0d 100644
|
| --- a/Source/web/ChromeClientImpl.h
|
| +++ b/Source/web/ChromeClientImpl.h
|
| @@ -139,7 +139,7 @@ public:
|
| virtual void exitFullScreenForElement(Element*) override;
|
|
|
| virtual void clearCompositedSelectionBounds() override;
|
| - virtual void updateCompositedSelectionBounds(const blink::CompositedSelectionBound& anchor, const blink::CompositedSelectionBound& focus) override;
|
| + virtual void updateCompositedSelectionBounds(const blink::CompositedSelectionBounds&) override;
|
|
|
| // ChromeClient methods:
|
| virtual void postAccessibilityNotification(AXObject*, AXObjectCache::AXNotification) override;
|
|
|