| Index: src/gpu/GrTest.cpp
|
| diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp
|
| index 9a37f2b82fb764c828fa1854e9913098e61bbd50..89c5c52051124987b752f23b6e5710bc81b85c79 100644
|
| --- a/src/gpu/GrTest.cpp
|
| +++ b/src/gpu/GrTest.cpp
|
| @@ -287,6 +287,7 @@ public:
|
| explicit MockCaps(const GrContextOptions& options) : INHERITED(options) {}
|
| bool isConfigTexturable(GrPixelConfig config) const override { return false; }
|
| bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const override { return false; }
|
| + bool isConfigTexSupportEnabled(GrPixelConfig config) const override { return false; }
|
| private:
|
| typedef GrCaps INHERITED;
|
| };
|
|
|