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

Unified Diff: third_party/WebKit/Source/core/paint/README.md

Issue 2581843002: Implement merging non-composited paint property nodes in the PACompositor. (Closed)
Patch Set: none Created 4 years 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/core/paint/README.md
diff --git a/third_party/WebKit/Source/core/paint/README.md b/third_party/WebKit/Source/core/paint/README.md
index 1fdc4b1416e774897aa154885ea886c3d847e991..34d5d5712b14700197c4c57d573e17c72ec4c171 100644
--- a/third_party/WebKit/Source/core/paint/README.md
+++ b/third_party/WebKit/Source/core/paint/README.md
@@ -209,7 +209,8 @@ following during the tree walk:
* Building paint property tree: creates paint property tree nodes for special
things in the layout tree, including but not limit to: overflow clip, transform,
- fixed-pos, animation, mask, filter, etc.
+ fixed-pos, animation, mask, filter, etc. Also sets direct compositing reasons to be
+ used later for compositing.
* Paint invalidation: Not implemented yet. TODO(wangxianzhu): add details after
it's implemented.
« no previous file with comments | « third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698