diff options
Diffstat (limited to 'cc/test/skia_common.h')
-rw-r--r-- | cc/test/skia_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/test/skia_common.h b/cc/test/skia_common.h index 4d82b76..0b2f84e 100644 --- a/cc/test/skia_common.h +++ b/cc/test/skia_common.h @@ -43,6 +43,7 @@ class TestLazyPixelRef : public skia::LazyPixelRef { virtual void* onLockPixels(SkColorTable** color_table) OVERRIDE; virtual void onUnlockPixels() OVERRIDE {} virtual bool PrepareToDecode(const PrepareParams& params) OVERRIDE; + virtual bool MaybeDecoded() OVERRIDE; virtual SkPixelRef* deepCopy( SkBitmap::Config config, const SkIRect* subset) OVERRIDE; |