Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(659)

Unified Diff: third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationClient.h

Issue 2388823002: reflow comments in public/platform/modules/screen_orientation (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698