| Index: third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h b/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h
|
| index 712761a642a93751d913156b9fe87ac2d629d85d..baa37eaef8db1f32e7887b0977dd81358424a112 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h
|
| @@ -11,6 +11,7 @@
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/RefPtr.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| #include <iosfwd>
|
|
|
| @@ -90,6 +91,8 @@ class PLATFORM_EXPORT TransformPaintPropertyNode
|
| }
|
| #endif
|
|
|
| + String toString() const;
|
| +
|
| private:
|
| TransformPaintPropertyNode(
|
| const TransformationMatrix& matrix,
|
|
|