Commit b261e056 authored by thakis's avatar thakis Committed by Commit bot

reflow comments in public/platform/modules/screen_orientation

BUG=563793

Review-Url: https://codereview.chromium.org/2388823002
Cr-Commit-Position: refs/heads/master@{#422556}
parent 8d31bac4
...@@ -16,11 +16,13 @@ class WebScreenOrientationClient { ...@@ -16,11 +16,13 @@ class WebScreenOrientationClient {
public: public:
virtual ~WebScreenOrientationClient() {} virtual ~WebScreenOrientationClient() {}
// Request a screen orientation lock. The implementation will own the callback. // Request a screen orientation lock. The implementation will own the
// callback.
virtual void lockOrientation(WebScreenOrientationLockType, virtual void lockOrientation(WebScreenOrientationLockType,
WebLockOrientationCallback*) = 0; WebLockOrientationCallback*) = 0;
// Unlock the screen orientation. No-op if the screen orientation was not locked. // Unlock the screen orientation. No-op if the screen orientation was not
// locked.
virtual void unlockOrientation() = 0; virtual void unlockOrientation() = 0;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment