| Index: cc/playback/display_item.h
|
| diff --git a/cc/playback/display_item.h b/cc/playback/display_item.h
|
| index 2eedb91b5f3531024fefba7453024ea2dfb6678d..cebf66f68a61ce34e1bd1ac0220966619df35cc0 100644
|
| --- a/cc/playback/display_item.h
|
| +++ b/cc/playback/display_item.h
|
| @@ -8,10 +8,10 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/base/cc_export.h"
|
| #include "cc/debug/traced_value.h"
|
| +#include "third_party/skia/include/core/SkPicture.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
| class SkCanvas;
|
| -class SkDrawPictureCallback;
|
|
|
| namespace cc {
|
|
|
| @@ -29,7 +29,7 @@ class CC_EXPORT DisplayItem {
|
| }
|
|
|
| virtual void Raster(SkCanvas* canvas,
|
| - SkDrawPictureCallback* callback) const = 0;
|
| + SkPicture::AbortCallback* callback) const = 0;
|
| virtual void AsValueInto(base::trace_event::TracedValue* array) const = 0;
|
|
|
| bool is_suitable_for_gpu_rasterization() const {
|
|
|