Chromium Code Reviews| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItemTransformTree.h |
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemTransformTree.h b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemTransformTree.h |
| index 89863dcf41d1f9a27f9958121e4f50540b32be5d..62a77b0f3fd3c68c0dd7726f7083ebd733436d59 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemTransformTree.h |
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemTransformTree.h |
| @@ -18,6 +18,7 @@ namespace blink { |
| // |
| // This class is also the private implementation of WebDisplayItemTransformTree. |
| // For more detail, see WebDisplayItemTransformTree.h. |
| +// TODO(pdr): Refactor this into TransformPaintProperty. |
|
jbroman
2015/10/07 15:22:22
Yeah, we'll have to see how this evolves.
|
| class PLATFORM_EXPORT DisplayItemTransformTree { |
| public: |
| using TransformNode = WebDisplayItemTransformTree::TransformNode; |