aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/discard.cpp
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-10-30 11:34:15 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-30 11:34:15 -0700
commitf037e0bf138a4e842f39e19864d05010a54950c9 (patch)
tree8065bc69d569ef1deba83f6797412343510474cb /gm/discard.cpp
parent6374f57d77044b4c9260e50f7983d6f418e852d5 (diff)
allow SkUserConfig.h to control NOGPU
Diffstat (limited to 'gm/discard.cpp')
-rw-r--r--gm/discard.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gm/discard.cpp b/gm/discard.cpp
index ce89e98507..ff8fe4a4b8 100644
--- a/gm/discard.cpp
+++ b/gm/discard.cpp
@@ -5,14 +5,14 @@
* found in the LICENSE file.
*/
-#if SK_SUPPORT_GPU
-
#include "gm.h"
#include "SkCanvas.h"
#include "SkColorShader.h"
#include "SkPaint.h"
#include "SkSurface.h"
+#if SK_SUPPORT_GPU
+
namespace skiagm {
/*