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

Unified Diff: public/platform/WebScreenOrientationClient.h

Issue 319633007: Move WebScreenOrientationClient to WebFrameClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: m_client null check Created 6 years, 6 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 | « Source/web/WebViewImpl.cpp ('k') | public/web/WebFrameClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebScreenOrientationClient.h
diff --git a/public/platform/WebScreenOrientationClient.h b/public/platform/WebScreenOrientationClient.h
index 56a74f0feef0a99ba95e2bb57e55258ca987388f..ca0c2c326d212dd137dd1615fcd2eb0257dea7d4 100644
--- a/public/platform/WebScreenOrientationClient.h
+++ b/public/platform/WebScreenOrientationClient.h
@@ -11,7 +11,7 @@ namespace blink {
class WebLockOrientationCallback;
-// Client handling screen orientation locking for a given WebView.
+// Client handling screen orientation locking for a given WebFrame.
class WebScreenOrientationClient {
public:
virtual ~WebScreenOrientationClient() { }
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698