| Index: Source/web/ChromeClientImpl.h
|
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
|
| index f230cabb3a30cd4354fbcf9cb61cb86742191276..e6fe47d64c69a1abe1294e5a15205bf250232703 100644
|
| --- a/Source/web/ChromeClientImpl.h
|
| +++ b/Source/web/ChromeClientImpl.h
|
| @@ -140,6 +140,8 @@ public:
|
| virtual void enterFullScreenForElement(Element*) override;
|
| virtual void exitFullScreenForElement(Element*) override;
|
|
|
| + virtual int compositorId() const override;
|
| +
|
| virtual void clearCompositedSelectionBounds() override;
|
| virtual void updateCompositedSelectionBounds(const blink::CompositedSelectionBound& anchor, const blink::CompositedSelectionBound& focus) override;
|
|
|
|
|