Index: public/platform/Platform.h |
diff --git a/public/platform/Platform.h b/public/platform/Platform.h |
index ed123faa5840f8d7d6f39a7211fa98e232034e86..40214beabcf07bb76d8bcb3a3070d9a825edfd95 100644 |
--- a/public/platform/Platform.h |
+++ b/public/platform/Platform.h |
@@ -41,6 +41,7 @@ |
#include "WebGamepads.h" |
#include "WebGraphicsContext3D.h" |
#include "WebLocalizedString.h" |
+#include "WebScreenOrientation.h" |
#include "WebSpeechSynthesizer.h" |
#include "WebStorageQuotaCallbacks.h" |
#include "WebStorageQuotaType.h" |
@@ -609,6 +610,8 @@ public: |
// Screen Orientation ------------------------------------------------- |
virtual void setScreenOrientationListener(blink::WebScreenOrientationListener*) { } |
+ virtual void lockOrientation(WebScreenOrientations) { } |
+ virtual void unlockOrientation() { } |
// Quota ----------------------------------------------------------- |