Index: src/gpu/GrCaps.cpp |
diff --git a/src/gpu/GrCaps.cpp b/src/gpu/GrCaps.cpp |
index 22f6a6de8ff6e6570814ebeb110e35a1d44fa856..75cecdfb8c0b8d00111b2f3ed37e0be9fae0dcbd 100644 |
--- a/src/gpu/GrCaps.cpp |
+++ b/src/gpu/GrCaps.cpp |
@@ -77,7 +77,6 @@ |
void GrShaderCaps::applyOptionsOverrides(const GrContextOptions& options) { |
fDualSourceBlendingSupport = fDualSourceBlendingSupport && !options.fSuppressDualSourceBlending; |
- this->onApplyOptionsOverrides(options); |
} |
/////////////////////////////////////////////////////////////////////////////// |
@@ -128,7 +127,6 @@ |
} else { |
fMaxTileSize = options.fMaxTileSizeOverride; |
} |
- this->onApplyOptionsOverrides(options); |
} |
static SkString map_flags_to_string(uint32_t flags) { |