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

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

Issue 1690763003: Never call GraphicsLayer::paint when fetching painted output from cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ca0c52081134d29bcf6a5e4ed35b2e1531c52c6a..d1071c2e0e23c03c2639331941c23dfa7977b737 100644
--- a/third_party/WebKit/public/platform/WebContentLayerClient.h
+++ b/third_party/WebKit/public/platform/WebContentLayerClient.h
@@ -40,7 +40,10 @@ class WebDisplayItemList;
class BLINK_PLATFORM_EXPORT WebContentLayerClient {
public:
enum PaintingControlSetting {
+ // Returns the last PaintArtifact produced.
PaintDefaultBehavior,
+ // Paints the content to simulate the behavior of FrameView::synchronizedPaint.
+ PaintDefaultBehaviorForTest,
DisplayListConstructionDisabled,
DisplayListCachingDisabled,
DisplayListPaintingDisabled,
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698