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

Unified Diff: third_party/WebKit/Source/core/animation/ImageSlicePropertyFunctions.h

Issue 2384263003: Reflow comments in core/animation and subdirs (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/core/animation/ImageSlicePropertyFunctions.h
diff --git a/third_party/WebKit/Source/core/animation/ImageSlicePropertyFunctions.h b/third_party/WebKit/Source/core/animation/ImageSlicePropertyFunctions.h
index 385ae9762b9067609b6da9fa4bb3a8092b20f01b..1eb842b4cd4f70a132c54e77babd299f5ef95bee 100644
--- a/third_party/WebKit/Source/core/animation/ImageSlicePropertyFunctions.h
+++ b/third_party/WebKit/Source/core/animation/ImageSlicePropertyFunctions.h
@@ -10,7 +10,8 @@
namespace blink {
-// This struct doesn't retain ownership of the slices, treat it like a reference.
+// This struct doesn't retain ownership of the slices, treat it like a
+// reference.
struct ImageSlice {
ImageSlice(const LengthBox& slices, bool fill) : slices(slices), fill(fill) {}
« no previous file with comments | « third_party/WebKit/Source/core/animation/ElementAnimations.cpp ('k') | third_party/WebKit/Source/core/animation/InertEffect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698