| Index: Source/core/page/ChromeClient.h
|
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
|
| index cabe5cbeecc2f3749a323bbbaccf776a95c80b63..2a5df072975e39b5e5af20f8c59b44719eaae7b2 100644
|
| --- a/Source/core/page/ChromeClient.h
|
| +++ b/Source/core/page/ChromeClient.h
|
| @@ -183,6 +183,8 @@ public:
|
| virtual void enterFullScreenForElement(Element*) { }
|
| virtual void exitFullScreenForElement(Element*) { }
|
|
|
| + virtual int compositorId() const = 0;
|
| +
|
| virtual void clearCompositedSelectionBounds() { }
|
| virtual void updateCompositedSelectionBounds(const CompositedSelectionBound& anchor, const CompositedSelectionBound& focus) { }
|
|
|
|
|