Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: src/utils/debugger/SkDebugCanvas.h

Issue 16638014: Expose debugger backend classes externally. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Relocated to src/utils/debugger/ Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/tools.gyp ('k') | src/utils/debugger/SkDebugCanvas.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/utils/debugger/SkDebugCanvas.h
diff --git a/debugger/SkDebugCanvas.h b/src/utils/debugger/SkDebugCanvas.h
similarity index 99%
rename from debugger/SkDebugCanvas.h
rename to src/utils/debugger/SkDebugCanvas.h
index bcb2bbf0282fa0432a2e8efaa89aa686402d53b8..99df00e3fb79e6ada7bdb5f286b8a62214d79dff 100644
--- a/debugger/SkDebugCanvas.h
+++ b/src/utils/debugger/SkDebugCanvas.h
@@ -16,7 +16,7 @@
#include "SkTArray.h"
#include "SkString.h"
-class SkDebugCanvas : public SkCanvas {
+class SK_API SkDebugCanvas : public SkCanvas {
public:
SkDebugCanvas(int width, int height);
virtual ~SkDebugCanvas();
« no previous file with comments | « gyp/tools.gyp ('k') | src/utils/debugger/SkDebugCanvas.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698