commit | 086a427b0cee3862f25c492fc5082ff24105dc53 | [log] [tgz] |
---|---|---|
author | Mike Reed <reed@google.com> | Tue Jul 18 10:53:11 2017 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Jul 18 15:50:43 2017 +0000 |
tree | 79d4311c12309e5bc34950a0131771d3cb8f6171 | |
parent | 918ad9d5f19efdbd57486b8f931f7af197896010 [diff] [blame] |
guard references to SkColorTable Bug: skia:6828 Change-Id: I0c8c78e70b118f51cb59dc45675e4ddcd4776108 Reviewed-on: https://skia-review.googlesource.com/24260 Commit-Queue: Mike Reed <reed@google.com> Reviewed-by: Leon Scroggins <scroggo@google.com>
diff --git a/tools/debugger/SkDrawCommand.h b/tools/debugger/SkDrawCommand.h index 1b3d9ab..654cbdd 100644 --- a/tools/debugger/SkDrawCommand.h +++ b/tools/debugger/SkDrawCommand.h
@@ -10,6 +10,7 @@ #include "SkBitmap.h" #include "SkCanvas.h" +#include "SkFlattenable.h" #include "SkTLazy.h" #include "SkPath.h" #include "SkRegion.h"