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

Unified Diff: third_party/WebKit/Source/core/paint/PaintInvalidator.h

Issue 2768453003: Put SVGResourceContainer subtypes into their own property trees. (Closed)
Patch Set: none Created 3 years, 9 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/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;

Powered by Google App Engine
This is Rietveld 408576698