Chromium Code Reviews| 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 d1591977d5386be7258d4b176f55af04ba3cbfc3..154bd12b8fcced0e025261daf64e9d32e8acec8e 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h |
| +++ b/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h |
| @@ -27,6 +27,8 @@ namespace blink { |
| class PLATFORM_EXPORT TransformPaintPropertyNode |
| : public RefCounted<TransformPaintPropertyNode> { |
| public: |
| + // This node is really a sentinel, and does not represent a real transform |
|
pdr.
2017/01/17 21:48:00
I'll be removing these soon.
chrishtr
2017/01/17 22:20:27
ACK!!!!!!!!!!!
|
| + // space. |
| static TransformPaintPropertyNode* root(); |
| static PassRefPtr<TransformPaintPropertyNode> create( |