| 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.
|
|
|