| Index: cc/playback/display_item_list.h
|
| diff --git a/cc/playback/display_item_list.h b/cc/playback/display_item_list.h
|
| index 165f89c3e7c97f45bd0df0a267c63478324a2cd4..1b060825a2cc2ba97bee9c75a21fc038271fc428 100644
|
| --- a/cc/playback/display_item_list.h
|
| +++ b/cc/playback/display_item_list.h
|
| @@ -49,7 +49,6 @@ class CC_EXPORT DisplayItemList
|
|
|
| void Raster(SkCanvas* canvas, SkPicture::AbortCallback* callback) const;
|
|
|
| -
|
| // Because processing happens in these CreateAndAppend functions, all the set
|
| // up for the item should be done via the args, which is why the return type
|
| // needs to be const, to prevent set-after-processing mistakes.
|
|
|