| Index: include/gpu/GrContext.h
|
| diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
|
| index 973185c320ea15d72f0abeb13591d74c86108446..7716f9ae7c71c1fcea09d88772adfd578e5ab262 100644
|
| --- a/include/gpu/GrContext.h
|
| +++ b/include/gpu/GrContext.h
|
| @@ -286,7 +286,7 @@ public:
|
| /**
|
| * Can the provided configuration act as a color render target?
|
| */
|
| - bool isConfigRenderable(GrPixelConfig config) const;
|
| + bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const;
|
|
|
| /**
|
| * Return the max width or height of a render target supported by the
|
|
|