Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/DisplayItemTransformTree.h

Issue 1397583002: Implement the framework for a paint property hierarchy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Job insecurity: better tests, better comments, better names. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..1c7d99b390e8cc80ca11ae23ba769a7251ed6595 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemTransformTree.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemTransformTree.h
@@ -18,6 +18,8 @@ namespace blink {
//
// This class is also the private implementation of WebDisplayItemTransformTree.
// For more detail, see WebDisplayItemTransformTree.h.
+//
+// TODO(pdr): Remove this in favor of TransformPaintPropertyNode.
class PLATFORM_EXPORT DisplayItemTransformTree {
public:
using TransformNode = WebDisplayItemTransformTree::TransformNode;

Powered by Google App Engine
This is Rietveld 408576698