| 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*) { }
|
| 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
|
|
|