aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/pathmaskcache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/pathmaskcache.cpp')
-rw-r--r--gm/pathmaskcache.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/gm/pathmaskcache.cpp b/gm/pathmaskcache.cpp
index 400c5df9d1..0952033001 100644
--- a/gm/pathmaskcache.cpp
+++ b/gm/pathmaskcache.cpp
@@ -7,8 +7,6 @@
#include "gm.h"
-#if SK_SUPPORT_GPU
-
#include "GrContext.h"
#include "GrContextOptions.h"
#include "SkPath.h"
@@ -113,5 +111,3 @@ private:
};
DEF_GM( return new PathMaskCache(); )
-
-#endif