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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollTypes.h

Issue 2387053003: reflow comments in platform/{mediastream,scroll} (Closed)
Patch Set: blah 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/platform/scroll/ScrollTypes.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollTypes.h b/third_party/WebKit/Source/platform/scroll/ScrollTypes.h
index 15f40c51b53d23e4c8333df420f680eb0d946bf7..cf6930baca7d512cf22a42e4c9a8437eb9a8b9f8 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollTypes.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollTypes.h
@@ -52,7 +52,8 @@ enum ScrollType {
AnchoringScroll
};
-// Convert logical scroll direction to physical. Physical scroll directions are unaffected.
+// Convert logical scroll direction to physical. Physical scroll directions are
+// unaffected.
inline ScrollDirectionPhysical toPhysicalDirection(ScrollDirection direction,
bool isVertical,
bool isFlipped) {
@@ -184,8 +185,9 @@ enum ScrollBehavior {
ScrollBehaviorSmooth,
};
-// The result of an attempt to scroll. If didScroll is true, then unusedScrollDelta gives
-// the amount of the scroll delta that was not consumed by scrolling.
+// The result of an attempt to scroll. If didScroll is true, then
+// unusedScrollDelta gives the amount of the scroll delta that was not consumed
+// by scrolling.
struct ScrollResult {
STACK_ALLOCATED();
explicit ScrollResult()

Powered by Google App Engine
This is Rietveld 408576698