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

Unified Diff: third_party/WebKit/Source/modules/sensor/SensorPollingStrategy.h

Issue 2396573002: reflow comments in modules/[presentation,storage] (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/sensor/SensorPollingStrategy.h
diff --git a/third_party/WebKit/Source/modules/sensor/SensorPollingStrategy.h b/third_party/WebKit/Source/modules/sensor/SensorPollingStrategy.h
index e6b6deedef32835623176e50b925cb0fbe6a4ecb..25be1547f76dcaa8ad04a5baec0f393328ea533c 100644
--- a/third_party/WebKit/Source/modules/sensor/SensorPollingStrategy.h
+++ b/third_party/WebKit/Source/modules/sensor/SensorPollingStrategy.h
@@ -17,8 +17,8 @@ namespace blink {
// - for 'CONTINUOUS' mode the polling function is invoked periodically
// with the given polling period (on timer event).
// - for 'ONCHANGE' mode the polling function is invoked only after client
-// calls 'onSensorReadingChanged()' however considering the given polling period:
-// guaranteed not to be called more often than expected.
+// calls 'onSensorReadingChanged()' however considering the given polling
+// period: guaranteed not to be called more often than expected.
class SensorPollingStrategy {
public:
static std::unique_ptr<SensorPollingStrategy> create(

Powered by Google App Engine
This is Rietveld 408576698