| Index: src/gpu/gl/debug/SkDebugGLContext.h
|
| diff --git a/include/gpu/gl/SkDebugGLContext.h b/src/gpu/gl/debug/SkDebugGLContext.h
|
| similarity index 95%
|
| rename from include/gpu/gl/SkDebugGLContext.h
|
| rename to src/gpu/gl/debug/SkDebugGLContext.h
|
| index ad157fa653dfa7f267cbf4beb0c62662d09eef6f..7dca67f320d373679761742c2e38e891926305d0 100644
|
| --- a/include/gpu/gl/SkDebugGLContext.h
|
| +++ b/src/gpu/gl/debug/SkDebugGLContext.h
|
| @@ -8,7 +8,7 @@
|
| #ifndef SkDebugGLContext_DEFINED
|
| #define SkDebugGLContext_DEFINED
|
|
|
| -#include "SkGLContext.h"
|
| +#include "gl/SkGLContext.h"
|
|
|
| class SkDebugGLContext : public SkGLContext {
|
| public:
|
|
|