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

Unified Diff: content/renderer/renderer_webkitplatformsupport_impl.h

Issue 398013002: Poll for Display rotation on Android 4.0 and 4.1 when needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/renderer/renderer_webkitplatformsupport_impl.h
diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h
index f575ab4fce8749a8bca43e679fbd957a5840fa7b..e8683e0eb85a973738373ab2efec6da0775fca20 100644
--- a/content/renderer/renderer_webkitplatformsupport_impl.h
+++ b/content/renderer/renderer_webkitplatformsupport_impl.h
@@ -155,6 +155,9 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl
gamepad_provider_ = provider;
}
+ virtual void startScreenOrientationListening();
jam 2014/07/16 21:29:14 nit: all the overridden methods are beside each ot
mlamouri (slow - plz ping) 2014/07/17 09:44:16 Done.
+ virtual void stopScreenOrientationListening();
+
// Disables the WebSandboxSupport implementation for testing.
// Tests that do not set up a full sandbox environment should call
// SetSandboxEnabledForTesting(false) _before_ creating any instances

Powered by Google App Engine
This is Rietveld 408576698