| Index: src/gpu/gl/GrGLGpu.cpp
|
| diff --git a/src/gpu/gl/GrGpuGL.cpp b/src/gpu/gl/GrGLGpu.cpp
|
| similarity index 99%
|
| rename from src/gpu/gl/GrGpuGL.cpp
|
| rename to src/gpu/gl/GrGLGpu.cpp
|
| index 96af8af47fc999ed11cc334c1c203e74e2c8f367..92512ac10c0d6c20e9c77dda987cde794bde0b91 100644
|
| --- a/src/gpu/gl/GrGpuGL.cpp
|
| +++ b/src/gpu/gl/GrGLGpu.cpp
|
| @@ -6,7 +6,7 @@
|
| */
|
|
|
|
|
| -#include "GrGpuGL.h"
|
| +#include "GrGLGpu.h"
|
| #include "GrGLStencilBuffer.h"
|
| #include "GrGLTextureRenderTarget.h"
|
| #include "GrGpuResourceCacheAccess.h"
|
|
|