| Index: src/gpu/gl/GrGLCaps.h
|
| diff --git a/src/gpu/gl/GrGLCaps.h b/src/gpu/gl/GrGLCaps.h
|
| index 9d38c82ced58b79b7d2968556bb750c2e370bf95..cd84242292c11cabb5df71291973a270d9cc9407 100644
|
| --- a/src/gpu/gl/GrGLCaps.h
|
| +++ b/src/gpu/gl/GrGLCaps.h
|
| @@ -91,8 +91,7 @@
|
| * Initializes the GrGLCaps to the set of features supported in the current
|
| * OpenGL context accessible via ctxInfo.
|
| */
|
| - GrGLCaps(const GrContextOptions& contextOptions, const GrGLContextInfo& ctxInfo,
|
| - const GrGLInterface* glInterface);
|
| + GrGLCaps(const GrGLContextInfo& ctxInfo, const GrGLInterface* glInterface);
|
|
|
| /**
|
| * Call to note that a color config has been verified as a valid color
|
|
|