Index: src/utils/debugger/SkDrawCommand.h |
diff --git a/debugger/SkDrawCommand.h b/src/utils/debugger/SkDrawCommand.h |
similarity index 99% |
rename from debugger/SkDrawCommand.h |
rename to src/utils/debugger/SkDrawCommand.h |
index 4b5ab0ac00166a574a9e41468d77f8d22424b3c6..f48a79b337caa8dd8114892d2be64e5209e02c7e 100644 |
--- a/debugger/SkDrawCommand.h |
+++ b/src/utils/debugger/SkDrawCommand.h |
@@ -13,7 +13,7 @@ |
#include "SkCanvas.h" |
#include "SkString.h" |
-class SkDrawCommand { |
+class SK_API SkDrawCommand { |
public: |
/* TODO(chudy): Remove subclasses. */ |
SkDrawCommand(DrawType drawType); |