| Index: skia/ext/lazy_pixel_ref.h
|
| diff --git a/skia/ext/lazy_pixel_ref.h b/skia/ext/lazy_pixel_ref.h
|
| index 3cd834fa0defc8d2af68c114f1bfde14c92725d4..eb1b096a04114a5f3cc2f6baf0bc931036faa782 100644
|
| --- a/skia/ext/lazy_pixel_ref.h
|
| +++ b/skia/ext/lazy_pixel_ref.h
|
| @@ -14,6 +14,9 @@ namespace skia {
|
| // thread.
|
| class SK_API LazyPixelRef : public SkPixelRef {
|
| public:
|
| + LazyPixelRef() : SkPixelRef(0) {}
|
| + virtual ~LazyPixelRef() {}
|
| +
|
| struct PrepareParams {
|
| // Clipping rect for this pixel ref.
|
| SkIRect clip_rect;
|
|
|