| 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();
|
|
|