Chromium Code Reviews| Index: third_party/WebKit/Source/core/paint/PaintInvalidator.h |
| diff --git a/third_party/WebKit/Source/core/paint/PaintInvalidator.h b/third_party/WebKit/Source/core/paint/PaintInvalidator.h |
| index fa3d084b171f5b0aa2e097ead2cbaedb6b38da44..444ca43f4b57726a0c5817734eb936120d249810 100644 |
| --- a/third_party/WebKit/Source/core/paint/PaintInvalidator.h |
| +++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.h |
| @@ -54,6 +54,7 @@ struct PaintInvalidatorContext { |
| // TODO(crbug.com/637313): This is temporary before we support filters in |
| // paint property tree. |
| ForcedSubtreeSlowPathRect = 1 << 5, |
| + ForcedSubtreeNoRasterInvalidation = 1 << 6, |
|
pdr.
2017/03/23 17:25:36
Can you add a comment describing this a little?
chrishtr
2017/03/23 22:52:53
Done.
|
| }; |
| unsigned forcedSubtreeInvalidationFlags = 0; |