| Index: include/gpu/gl/GrGLExtensions.h
|
| diff --git a/include/gpu/gl/GrGLExtensions.h b/include/gpu/gl/GrGLExtensions.h
|
| index 26d2afb7926604bb1f572d8d478f513997060aec..c9f59a2702dfed7a3b3a32f3d4641f2e928b835c 100644
|
| --- a/include/gpu/gl/GrGLExtensions.h
|
| +++ b/include/gpu/gl/GrGLExtensions.h
|
| @@ -21,7 +21,6 @@ struct GrGLInterface;
|
| */
|
| class GrGLExtensions : public SkNoncopyable {
|
| public:
|
| -
|
| GrGLExtensions() : fInitialized(false), fStrings(SkNEW(SkTArray<SkString>)) {}
|
|
|
| void swap(GrGLExtensions* that) {
|
|
|