aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrCaps.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrCaps.h')
-rw-r--r--include/gpu/GrCaps.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/gpu/GrCaps.h b/include/gpu/GrCaps.h
index 7d77bdac92..0e81e236ef 100644
--- a/include/gpu/GrCaps.h
+++ b/include/gpu/GrCaps.h
@@ -10,7 +10,6 @@
#include "../private/GrTypesPriv.h"
#include "GrBlend.h"
-#include "GrDriverBugWorkarounds.h"
#include "GrShaderCaps.h"
#include "SkImageInfo.h"
#include "SkRefCnt.h"
@@ -341,8 +340,6 @@ private:
bool fSuppressPrints : 1;
bool fWireframeMode : 1;
- GrDriverBugWorkarounds fDriverBugWorkarounds;
-
typedef SkRefCnt INHERITED;
};