Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Unified Diff: third_party/WebKit/public/web/WebFrameClient.h

Issue 2702103002: [ScreenOrientation] De-associate device.mojom.ScreenOrientation from legacy IPC channel.
Patch Set: Synchronize response of lock success with legacy IPC ViewMsg_Resize. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698