| Index: tools/debugger/SkDrawCommand.h
|
| diff --git a/tools/debugger/SkDrawCommand.h b/tools/debugger/SkDrawCommand.h
|
| index 14a7af58827f268fe9bf2f9d674e217bfbe927a5..e27934aefaa9ace240db1a5740052debc00d4c97 100644
|
| --- a/tools/debugger/SkDrawCommand.h
|
| +++ b/tools/debugger/SkDrawCommand.h
|
| @@ -459,6 +459,7 @@ private:
|
|
|
| class SkBeginDrawShadowedPictureCommand : public SkDrawCommand {
|
| public:
|
| + // sType is not needed because paint holds the shader that holds the sType info.
|
| SkBeginDrawShadowedPictureCommand(const SkPicture* picture,
|
| const SkMatrix* matrix,
|
| const SkPaint* paint);
|
|
|