| Index: src/gpu/GrContext.cpp
|
| diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp
|
| index 91e8286eb5f67eb35e0c9088ed933f0d9aa1d006..66a86f3269b80b16de65d51fdf0fe9e27f39319f 100644
|
| --- a/src/gpu/GrContext.cpp
|
| +++ b/src/gpu/GrContext.cpp
|
| @@ -1689,7 +1689,7 @@ GrPathRenderer* GrContext::getPathRenderer(const SkPath& path,
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|
| bool GrContext::isConfigRenderable(GrPixelConfig config) const {
|
| - return fGpu->isConfigRenderable(config);
|
| + return fGpu->caps()->isConfigRenderable(config);
|
| }
|
|
|
| static inline intptr_t setOrClear(intptr_t bits, int shift, intptr_t pred) {
|
|
|