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

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: 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..7ec6039f6e6aeffbb5fb3fac12dc3795dba8ac15 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): Refactor this into TransformPaintPropertyNode.
chrishtr 2015/10/07 20:55:56 Maybe just nuke these old classes and start over?
class PLATFORM_EXPORT DisplayItemTransformTree {
public:
using TransformNode = WebDisplayItemTransformTree::TransformNode;

Powered by Google App Engine
This is Rietveld 408576698