| Index: src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
|
| diff --git a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
|
| index 2ccd1584799eee0a08ea93088db9337173098d19..1a0e7accf2c0f1606bf5d1cd49645f4c6433fa85 100644
|
| --- a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
|
| +++ b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
|
| @@ -786,8 +786,6 @@ private:
|
| typedef GrGLInterface INHERITED;
|
| };
|
|
|
| -SK_DEFINE_INST_COUNT(GrDebugGLInterface)
|
| -
|
| ////////////////////////////////////////////////////////////////////////////////
|
| const GrGLInterface* GrGLCreateDebugInterface() {
|
| GrGLInterface* interface = SkNEW(GrDebugGLInterface);
|
|
|