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

Unified Diff: content/browser/browser_main_loop.h

Issue 1758823004: Screen.orientation lock API implementation for Windows8 and later. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: content/browser/browser_main_loop.h
diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
index 5832f0efd647780e3ef3fe15207db3069c58a49e..20d073249d1d8a25cc98be066f7ad5ae5e023727 100644
--- a/content/browser/browser_main_loop.h
+++ b/content/browser/browser_main_loop.h
@@ -70,6 +70,7 @@ class ScreenOrientationDelegate;
class DeviceMonitorMac;
#elif defined(OS_WIN)
class SystemMessageWindowWin;
+class ScreenOrientationDelegate;
#endif
// Implements the main browser loop stages called from BrowserMainRunner.
@@ -199,6 +200,7 @@ class CONTENT_EXPORT BrowserMainLoop {
system_stats_monitor_;
#if defined(OS_WIN)
+ scoped_ptr<ScreenOrientationDelegate> screen_orientation_delegate_;
scoped_ptr<SystemMessageWindowWin> system_message_window_;
#endif

Powered by Google App Engine
This is Rietveld 408576698