| Index: Source/core/page/ChromeClient.h
|
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
|
| index 48d4940f89ad4cebb49c0f218916a1e7d55e411d..64beb087e174bc13a265b4b566c8537b2964f25d 100644
|
| --- a/Source/core/page/ChromeClient.h
|
| +++ b/Source/core/page/ChromeClient.h
|
| @@ -183,6 +183,7 @@ public:
|
| // Pass 0 as the GraphicsLayer to detatch the root layer.
|
| virtual void attachRootGraphicsLayer(GraphicsLayer*) = 0;
|
|
|
| + virtual bool fullscreenEnabled(Element*) = 0;
|
| virtual void enterFullScreenForElement(Element*) { }
|
| virtual void exitFullScreenForElement(Element*) { }
|
|
|
|
|