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

Unified Diff: third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.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/DeviceMotionDispatcher.h
diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.h b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.h
index 532c11943e1786a7d5b46133d978a14550b500b6..55c4bd3cf09a8d37c42f30c80061901be0d1b275 100644
--- a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.h
+++ b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.h
@@ -41,7 +41,8 @@ namespace blink {
class DeviceMotionData;
class WebDeviceMotionData;
-// This class listens to device motion data and notifies all registered controllers.
+// This class listens to device motion data and notifies all registered
+// controllers.
class DeviceMotionDispatcher final
: public GarbageCollectedFinalized<DeviceMotionDispatcher>,
public PlatformEventDispatcher,

Powered by Google App Engine
This is Rietveld 408576698