Chromium Code Reviews| Index: src/core/SkDevice.cpp |
| diff --git a/src/core/SkDevice.cpp b/src/core/SkDevice.cpp |
| index 9ce8b6b5df2e2a002bbd7fee9d5836df557c244d..6ff511a586d5af0dec80021a415b8f44a730eed4 100644 |
| --- a/src/core/SkDevice.cpp |
| +++ b/src/core/SkDevice.cpp |
| @@ -117,3 +117,5 @@ bool SkBaseDevice::readPixels(SkBitmap* bitmap, int x, int y, |
| } |
| SkSurface* SkBaseDevice::newSurface(const SkImageInfo&) { return NULL; } |
| + |
| +const void* SkBaseDevice::peekPixels(SkImageInfo*, size_t*) { return NULL; } |