| 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 cde4c2d9c453e2ce977c55693b3d84477355a4aa..959c30d0b4a45e5bb76a56df824e4cf81aceb8a3 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
|
| @@ -242,8 +242,6 @@ class PLATFORM_EXPORT PaintController {
|
| DisplayItem& moveItemFromCurrentListToNewList(size_t);
|
|
|
| void showDebugDataInternal(bool showPictures) const;
|
| - String displayItemListAsDebugString(const DisplayItemList&,
|
| - bool showPictures) const;
|
|
|
| // Maps clients to indices of display items or chunks of each client.
|
| using IndicesByClientMap = HashMap<const DisplayItemClient*, Vector<size_t>>;
|
|
|