| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index f221082d038c4a336f4d03646495ab20b4b05cdb..420fa87c7a63ca396992ae10e4ccf7d03e571503 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -91,7 +91,6 @@ class WebPlugin;
|
| class WebPresentationClient;
|
| class WebPushClient;
|
| class WebRTCPeerConnectionHandler;
|
| -class WebScreenOrientationClient;
|
| class WebString;
|
| class WebURL;
|
| class WebURLResponse;
|
| @@ -660,9 +659,6 @@ class BLINK_EXPORT WebFrameClient {
|
|
|
| // Screen Orientation --------------------------------------------------
|
|
|
| - // Access the embedder API for (client-based) screen orientation client .
|
| - virtual WebScreenOrientationClient* webScreenOrientationClient() { return 0; }
|
| -
|
| // Accessibility -------------------------------------------------------
|
|
|
| // Notifies embedder about an accessibility event.
|
|
|