| Index: third_party/WebKit/Source/platform/graphics/paint/PaintController.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
|
| index 4ff3c540b6c1630ddf9e867ab607010957c1b3b7..ce39ebdb56b51d15ed71d209dd1a0ddc868d7710 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
|
| @@ -42,6 +42,13 @@ public:
|
| return adoptPtr(new PaintController());
|
| }
|
|
|
| + ~PaintController()
|
| + {
|
| +#if CHECK_DISPLAY_ITEM_CLIENT_ALIVENESS
|
| + DisplayItemClient::endShouldKeepAliveAllClients(this);
|
| +#endif
|
| + }
|
| +
|
| void invalidateAll();
|
|
|
| // Record when paint offsets change during paint.
|
|
|