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

Unified Diff: third_party/WebKit/Source/platform/graphics/CompositedDisplayList.h

Issue 1390123002: (WIP) Paint property hierarchy approach 1 of 2 (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/CompositedDisplayList.h
diff --git a/third_party/WebKit/Source/platform/graphics/CompositedDisplayList.h b/third_party/WebKit/Source/platform/graphics/CompositedDisplayList.h
index 3668756542c876248dfda09c1e980f162c9a9e4d..ce74252873c44c882274f2d18a645a4324e7387d 100644
--- a/third_party/WebKit/Source/platform/graphics/CompositedDisplayList.h
+++ b/third_party/WebKit/Source/platform/graphics/CompositedDisplayList.h
@@ -12,6 +12,7 @@ namespace blink {
// The result of running the simple layer compositing algorithm. See:
// https://docs.google.com/document/d/1qF7wpO_lhuxUO6YXKZ3CJuXi0grcb5gKZJBBgnoTd0k/view
+// TODO(pdr): Refactor this into PaintArtifact.
class CompositedDisplayList {
public:
// TODO(pdr): Also add our SimpleLayers here.

Powered by Google App Engine
This is Rietveld 408576698