| Index: Source/platform/graphics/DrawLooperBuilder.h
|
| diff --git a/Source/platform/graphics/DrawLooperBuilder.h b/Source/platform/graphics/DrawLooperBuilder.h
|
| index c2ca87b0bd2ba89c72525ce833790b8b9acb15cf..d5e983f3d0eb2fc41101f4a5980b5c77ecd1fe18 100644
|
| --- a/Source/platform/graphics/DrawLooperBuilder.h
|
| +++ b/Source/platform/graphics/DrawLooperBuilder.h
|
| @@ -44,7 +44,7 @@ namespace blink {
|
| class Color;
|
| class FloatSize;
|
|
|
| -class PLATFORM_EXPORT DrawLooperBuilder FINAL {
|
| +class PLATFORM_EXPORT DrawLooperBuilder final {
|
| // Implementing the copy constructor properly would require writing code to
|
| // copy the underlying SkLayerDrawLooper::Builder.
|
| WTF_MAKE_NONCOPYABLE(DrawLooperBuilder);
|
|
|