| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| index 1e712463aa512ee666e9bfcb637bcfd3254ab1e7..4763e1ee617ac9ae69d6040d485a1205c812ebb0 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -261,6 +261,8 @@ protected:
|
| friend class PaintControllerPaintTestBase;
|
|
|
| private:
|
| + DISPLAY_ITEM_CACHE_STATUS_UNCACHEABLE_IMPLEMENTATION
|
| +
|
| // Returns true if PaintController::paintArtifact() changed and needs commit.
|
| bool paintWithoutCommit(const IntRect* interestRect, GraphicsContext::DisabledMode = GraphicsContext::NothingDisabled);
|
|
|
|
|