Chromium Code Reviews| Index: include/core/SkCanvas.h |
| =================================================================== |
| --- include/core/SkCanvas.h (revision 10711) |
| +++ include/core/SkCanvas.h (working copy) |
| @@ -106,8 +106,8 @@ |
| * If getDevice() == NULL, this method does nothing, and returns NULL. |
| */ |
| SkDevice* createCompatibleDevice(SkBitmap::Config config, |
| - int width, int height, |
| - bool isOpaque); |
| + int width, int height, |
| + bool isOpaque); |
| /////////////////////////////////////////////////////////////////////////// |