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

Unified Diff: tools/fiddle/fiddle_main.h

Issue 1895143002: experimental/fiddle -> tools/fiddle (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 8 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 | « tools/fiddle/draw.cpp ('k') | tools/fiddle/fiddle_main.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/fiddle/fiddle_main.h
diff --git a/experimental/fiddle/fiddle_main.h b/tools/fiddle/fiddle_main.h
similarity index 69%
rename from experimental/fiddle/fiddle_main.h
rename to tools/fiddle/fiddle_main.h
index 6330384530cc813f0546bba3c202bb04270ad028..0f36ad7804459f6882b68cdc65b4078cc7f467e6 100644
--- a/experimental/fiddle/fiddle_main.h
+++ b/tools/fiddle/fiddle_main.h
@@ -7,7 +7,18 @@
#ifndef fiddle_main_DEFINED
#define fiddle_main_DEFINED
-#include "skia.h"
+#ifdef FIDDLE_BUILD_TEST
+ #include "GrContext.h"
+ #include "SkCanvas.h"
+ #include "SkDocument.h"
+ #include "SkPictureRecorder.h"
+ #include "SkStream.h"
+ #include "SkSurface.h"
+ #include "gl/GrGLAssembleInterface.h"
+ #include "gl/GrGLInterface.h"
+#else
+ #include "skia.h"
+#endif
extern SkBitmap source;
extern sk_sp<SkImage> image;
« no previous file with comments | « tools/fiddle/draw.cpp ('k') | tools/fiddle/fiddle_main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698