| Index: Source/web/ChromeClientImpl.h
|
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
|
| index d923b959b1435f5f1289c0a156b15438bead1173..4042a0e03c2880ed56a10b8f42547e682bad7213 100644
|
| --- a/Source/web/ChromeClientImpl.h
|
| +++ b/Source/web/ChromeClientImpl.h
|
| @@ -145,6 +145,7 @@ public:
|
| // Pass 0 as the GraphicsLayer to detatch the root layer.
|
| virtual void attachRootGraphicsLayer(blink::GraphicsLayer*) OVERRIDE;
|
|
|
| + virtual bool fullscreenEnabled(blink::Element*) OVERRIDE;
|
| virtual void enterFullScreenForElement(blink::Element*) OVERRIDE;
|
| virtual void exitFullScreenForElement(blink::Element*) OVERRIDE;
|
|
|
|
|