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

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

Issue 1390933003: Implement the framework for the 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..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;

Powered by Google App Engine
This is Rietveld 408576698