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

Unified Diff: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.h

Issue 2392443007: reflow comments in modules/[app_banner,encoding] (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
Index: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.h
diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.h b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.h
index 286b217d3649d628feb843e3bca6514f7c5672bb..c2edae34c0c0d647892cb4fc15dd8a3449f8a8b9 100644
--- a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.h
+++ b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.h
@@ -42,7 +42,8 @@ namespace blink {
class DeviceOrientationData;
class WebDeviceOrientationData;
-// This class listens to device orientation data and notifies all registered controllers.
+// This class listens to device orientation data and notifies all registered
+// controllers.
class DeviceOrientationDispatcher final
: public GarbageCollectedFinalized<DeviceOrientationDispatcher>,
public PlatformEventDispatcher,

Powered by Google App Engine
This is Rietveld 408576698