| Index: public/web/WebFrameClient.h
|
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
|
| index 30390f15b3f1d229184ded6e00d1aaf0711869e9..5995544a2dd0dbb2adc82cc797c0d6ca28092a94 100644
|
| --- a/public/web/WebFrameClient.h
|
| +++ b/public/web/WebFrameClient.h
|
| @@ -74,6 +74,7 @@ class WebSocketHandle;
|
| class WebNode;
|
| class WebPlugin;
|
| class WebRTCPeerConnectionHandler;
|
| +class WebScreenOrientationClient;
|
| class WebSharedWorker;
|
| class WebSharedWorkerClient;
|
| class WebSocketStreamHandle;
|
| @@ -505,6 +506,12 @@ public:
|
| // Send initial drawing parameters to a child frame that is being rendered out of process.
|
| virtual void initializeChildFrame(const WebRect& frameRect, float scaleFactor) { }
|
|
|
| +
|
| + // Screen Orientation --------------------------------------------------
|
| +
|
| + // Access the embedder API for (client-based) screen orientation client .
|
| + virtual WebScreenOrientationClient* webScreenOrientationClient() { return 0; }
|
| +
|
| protected:
|
| virtual ~WebFrameClient() { }
|
| };
|
|
|