| Index: src/gpu/GrDrawState.h
|
| diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h
|
| index 4d720624aa3045c996f5329695ef763d049770e9..c1fb9dcc870b2c732dc1d23599355fe92ad3a3b1 100644
|
| --- a/src/gpu/GrDrawState.h
|
| +++ b/src/gpu/GrDrawState.h
|
| @@ -547,7 +547,7 @@ public:
|
| * GrOptDrawState. In all cases the GrOptDrawState is reffed and ownership is given to the
|
| * caller.
|
| */
|
| - GrOptDrawState* createOptState() const;
|
| + GrOptDrawState* createOptState(const GrDrawTargetCaps&) const;
|
|
|
| private:
|
| void invalidateOptState() const;
|
|
|