Index: include/gpu/GrCaps.h |
diff --git a/include/gpu/GrCaps.h b/include/gpu/GrCaps.h |
index 9287556f009494ea8fbb642506962c81ef0de4ee..6893dc7b5e03329ad103e29364ac020a95446433 100644 |
--- a/include/gpu/GrCaps.h |
+++ b/include/gpu/GrCaps.h |
@@ -100,7 +100,6 @@ |
PrecisionInfo fFloatPrecisions[kGrShaderTypeCount][kGrSLPrecisionCount]; |
private: |
- virtual void onApplyOptionsOverrides(const GrContextOptions&) {}; |
typedef SkRefCnt INHERITED; |
}; |
@@ -275,8 +274,6 @@ |
bool fConfigTextureSupport[kGrPixelConfigCnt]; |
private: |
- virtual void onApplyOptionsOverrides(const GrContextOptions&) {}; |
- |
bool fSupressPrints : 1; |
bool fDrawPathMasksToCompressedTextureSupport : 1; |