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

Unified Diff: third_party/WebKit/Source/core/animation/UnderlyingValueOwner.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/UnderlyingValueOwner.h
diff --git a/third_party/WebKit/Source/core/animation/UnderlyingValueOwner.h b/third_party/WebKit/Source/core/animation/UnderlyingValueOwner.h
index ca4991daa9e3cee7fef5ef7317f6f6a925043e01..9b2f16b11772a914bb6857e151288177f3b8336c 100644
--- a/third_party/WebKit/Source/core/animation/UnderlyingValueOwner.h
+++ b/third_party/WebKit/Source/core/animation/UnderlyingValueOwner.h
@@ -13,8 +13,9 @@
namespace blink {
// Handles memory management of underlying InterpolationValues in applyStack()
-// Ensures we perform copy on write if we are not the owner of an underlying InterpolationValue.
-// This functions similar to a DataRef except on std::unique_ptr'd objects.
+// Ensures we perform copy on write if we are not the owner of an underlying
+// InterpolationValue. This functions similar to a DataRef except on
+// std::unique_ptr'd objects.
class UnderlyingValueOwner {
WTF_MAKE_NONCOPYABLE(UnderlyingValueOwner);
STACK_ALLOCATED();

Powered by Google App Engine
This is Rietveld 408576698