| 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,
|
|
|