Chromium Code Reviews| Index: src/core/SkDevice.cpp |
| =================================================================== |
| --- src/core/SkDevice.cpp (revision 13968) |
| +++ src/core/SkDevice.cpp (working copy) |
| @@ -175,7 +175,7 @@ |
| // The base class doesn't perform any analysis but derived classes may |
| } |
| -bool SkBaseDevice::EXPERIMENTAL_drawPicture(const SkPicture& picture) { |
| +bool SkBaseDevice::EXPERIMENTAL_drawPicture(SkPicture* picture) { |
| // The base class doesn't perform any accelerated picture rendering |
| return false; |
| } |