From 219f18f30df465beeee8114febe52fa50454a804 Mon Sep 17 00:00:00 2001 From: halcanary Date: Tue, 1 Sep 2015 10:01:38 -0700 Subject: C API: Add SK_API, also documentation of an example. SK_API = __declspec(dllexport) / __attribute__((visibility("default"))) Also, add documentation in experimental/c-api-example/c.md Review URL: https://codereview.chromium.org/1307183006 --- tests/CTest.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/CTest.cpp') diff --git a/tests/CTest.cpp b/tests/CTest.cpp index f6ff4f0551..1f301efa7e 100644 --- a/tests/CTest.cpp +++ b/tests/CTest.cpp @@ -5,14 +5,13 @@ * found in the LICENSE file. */ +#include "Test.h" + #include "sk_canvas.h" #include "sk_paint.h" #include "sk_surface.h" #include "sk_shader.h" -#include "Test.h" - - static void shader_test(skiatest::Reporter* reporter) { sk_imageinfo_t info = {64, 64, sk_colortype_get_default_8888(), PREMUL_SK_ALPHATYPE}; -- cgit v1.2.3