| 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) {}
|
|
|
|
|