Index: gm/gm.h |
diff --git a/gm/gm.h b/gm/gm.h |
index a0ad3cfadd15d9d0c491fd97dc65a4c30c38d619..e69cfc0a1bc257adb1349a3fbe8580ac9636b8e8 100644 |
--- a/gm/gm.h |
+++ b/gm/gm.h |
@@ -99,10 +99,6 @@ namespace skiagm { |
fCanvasIsDeferred = isDeferred; |
} |
-#if SK_SUPPORT_GPU |
- static GrContext* GetGr(/*very nearly const*/ SkCanvas*); |
-#endif |
- |
const SkMatrix& getStarterMatrix() { return fStarterMatrix; } |
void setStarterMatrix(const SkMatrix& matrix) { |
fStarterMatrix = matrix; |