| 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 cac22f1988df9004014a51d99066a08845a62564..1972dea766b69edd900fadf1de7dcc15f113d270 100644
|
| --- a/third_party/WebKit/Source/core/paint/README.md
|
| +++ b/third_party/WebKit/Source/core/paint/README.md
|
| @@ -22,7 +22,8 @@ treated in different ways during painting:
|
|
|
| * Stacked objects: objects that are z-ordered in stacking contexts, including:
|
|
|
| - * Stacking contexts: elements with non-auto z-indices.
|
| + * Stacking contexts: elements with non-auto z-indices or other properties
|
| + that affect stacking e.g. transform, opacity, blend-mode.
|
|
|
| * Elements that are not real stacking contexts but are treated as stacking
|
| contexts but don't manage other stacked elements. Their z-ordering are
|
|
|