Index: third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationClient.h |
diff --git a/third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationClient.h b/third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationClient.h |
index 31906510792387d1baa4c0c6ce1850dcfc6d6065..81f46101993f615b95fae9822376d261a7424956 100644 |
--- a/third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationClient.h |
+++ b/third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationClient.h |
@@ -16,11 +16,13 @@ class WebScreenOrientationClient { |
public: |
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, |
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; |
}; |