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