aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrContextOptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrContextOptions.h')
-rw-r--r--include/gpu/GrContextOptions.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/gpu/GrContextOptions.h b/include/gpu/GrContextOptions.h
index eea7771075..3a0fba1adb 100644
--- a/include/gpu/GrContextOptions.h
+++ b/include/gpu/GrContextOptions.h
@@ -12,13 +12,11 @@
#include "SkTypes.h"
#include "GrTypes.h"
#include "../private/GrTypesPriv.h"
-#include "GrDriverBugWorkarounds.h"
#include <vector>
class SkExecutor;
-#if SK_SUPPORT_GPU
struct GrContextOptions {
enum class Enable {
/** Forces an option to be disabled. */
@@ -241,13 +239,6 @@ struct GrContextOptions {
*/
Enable fDistanceFieldGlyphVerticesAlwaysHaveW = Enable::kDefault;
#endif
-
- GrDriverBugWorkarounds fDriverBugWorkarounds;
-};
-#else
-struct GrContextOptions {
- struct PersistentCache {};
};
-#endif
#endif