| Index: tools/gpu/gl/debug/DebugGLTestContext.h
|
| diff --git a/tools/gpu/gl/debug/DebugGLContext.h b/tools/gpu/gl/debug/DebugGLTestContext.h
|
| similarity index 78%
|
| rename from tools/gpu/gl/debug/DebugGLContext.h
|
| rename to tools/gpu/gl/debug/DebugGLTestContext.h
|
| index 0ac505b6329ce6acbb778cebe4fdb13718345338..3f2646bb8c8a7b2c0166ada1f41246fe137c3199 100644
|
| --- a/tools/gpu/gl/debug/DebugGLContext.h
|
| +++ b/tools/gpu/gl/debug/DebugGLTestContext.h
|
| @@ -8,10 +8,10 @@
|
| #ifndef DebugGLContext_DEFINED
|
| #define DebugGLContext_DEFINED
|
|
|
| -#include "gl/GLContext.h"
|
| +#include "gl/GLTestContext.h"
|
|
|
| namespace sk_gpu_test {
|
| -GLContext* CreateDebugGLContext();
|
| +GLTestContext* CreateDebugGLTestContext();
|
| } // namespace sk_gpu_test
|
|
|
| #endif
|
|
|