Index: include/gpu/GrContextOptions.h |
diff --git a/include/gpu/GrContextOptions.h b/include/gpu/GrContextOptions.h |
deleted file mode 100644 |
index a2b2d2d9d73af0e301de42dbba51592981c046d2..0000000000000000000000000000000000000000 |
--- a/include/gpu/GrContextOptions.h |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-/* |
- * Copyright 2015 Google Inc. |
- * |
- * Use of this source code is governed by a BSD-style license that can be |
- * found in the LICENSE file. |
- */ |
- |
-#ifndef GrContextOptions_DEFINED |
-#define GrContextOptions_DEFINED |
- |
-#include "GrTypes.h" |
- |
-struct GrContextOptions { |
- GrContextOptions() : fDrawPathToCompressedTexture(false), fSuppressPrints(false) {} |
- |
- // EXPERIMENTAL |
- // May be removed in the future, or may become standard depending |
- // on the outcomes of a variety of internal tests. |
- bool fDrawPathToCompressedTexture; |
- // Suppress prints for the GrContext. |
- bool fSuppressPrints; |
-}; |
- |
-#endif |