| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.h b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.h
|
| index df66a43554e4b57da1d837455726df276cecd088..166619c669315b7145f05ad31766fa0f06f5f049 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.h
|
| @@ -43,7 +43,7 @@ public:
|
| return *this;
|
| }
|
|
|
| - DisplayItem& appendByMoving(DisplayItem&, const IntRect& visualRect, SkPictureGpuAnalyzer&);
|
| + DisplayItem& appendByMoving(DisplayItem&);
|
|
|
| IntRect visualRect(unsigned index) const
|
| {
|
|
|