Index: public/platform/Platform.h |
diff --git a/public/platform/Platform.h b/public/platform/Platform.h |
index fe4e9bbf4fc2beef0327443e768c5e0b7e93eb7a..3adc2a01aae46a52b1bb491fd53c60a876623ba8 100644 |
--- a/public/platform/Platform.h |
+++ b/public/platform/Platform.h |
@@ -643,8 +643,8 @@ public: |
// Screen Orientation ------------------------------------------------- |
+ // FIXME: this is meant to be removed when the content layer will be updated. |
- virtual void setScreenOrientationListener(blink::WebScreenOrientationListener*) { } |
Inactive
2014/06/03 18:04:53
So this is no longer overridden on Chromium side?
mlamouri (slow - plz ping)
2014/06/03 19:49:30
It is. But it is no longer used. My content/ patch
|
virtual void lockOrientation(WebScreenOrientationLockType) { } |
// Request a screen orientation lock and pass a |callback| object to be used |
// to notify of success/failure. The |callback| parameter is expected to be |