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

Unified Diff: third_party/WebKit/public/platform/WebContentLayerClient.h

Issue 1552693002: Add paint testing mode subsequence_caching_disabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@RemoveSyncPaint
Patch Set: Rebase on origin/master Created 4 years, 12 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/public/platform/WebContentLayerClient.h
diff --git a/third_party/WebKit/public/platform/WebContentLayerClient.h b/third_party/WebKit/public/platform/WebContentLayerClient.h
index eb2ccdcf4089a71f8a6d128f40c0ed4d28b6cd4d..ca0c52081134d29bcf6a5e4ed35b2e1531c52c6a 100644
--- a/third_party/WebKit/public/platform/WebContentLayerClient.h
+++ b/third_party/WebKit/public/platform/WebContentLayerClient.h
@@ -43,7 +43,8 @@ public:
PaintDefaultBehavior,
DisplayListConstructionDisabled,
DisplayListCachingDisabled,
- DisplayListPaintingDisabled
+ DisplayListPaintingDisabled,
+ SubsequenceCachingDisabled
};
// The paintable region is the rectangular region, within the bounds of the layer

Powered by Google App Engine
This is Rietveld 408576698