| Index: tools/debugger/SkDrawCommand.h
|
| diff --git a/tools/debugger/SkDrawCommand.h b/tools/debugger/SkDrawCommand.h
|
| index 9b81adad3fa6be4eda1e0d7b8130364fcaa9bc76..553488aca29eb48dc0bf10311631a4cbf6ecbab9 100644
|
| --- a/tools/debugger/SkDrawCommand.h
|
| +++ b/tools/debugger/SkDrawCommand.h
|
| @@ -60,7 +60,7 @@ public:
|
| static const int kOpTypeCount = kLast_OpType + 1;
|
|
|
| static void WritePNG(const png_bytep rgba, png_uint_32 width, png_uint_32 height,
|
| - SkWStream& out);
|
| + SkWStream& out, bool isOpaque);
|
|
|
| SkDrawCommand(OpType opType);
|
|
|
|
|