| Index: tools/gpu/gl/mesa/GLTestContext_mesa.cpp
|
| diff --git a/tools/gpu/gl/mesa/GLContext_mesa.cpp b/tools/gpu/gl/mesa/GLTestContext_mesa.cpp
|
| similarity index 96%
|
| rename from tools/gpu/gl/mesa/GLContext_mesa.cpp
|
| rename to tools/gpu/gl/mesa/GLTestContext_mesa.cpp
|
| index e6cc7c7f4b7dfc2b295483b5bfd8614c796a9a61..e0cf9c198a9ab419e3d6a95dbeabe42766dbdef2 100644
|
| --- a/tools/gpu/gl/mesa/GLContext_mesa.cpp
|
| +++ b/tools/gpu/gl/mesa/GLTestContext_mesa.cpp
|
| @@ -8,7 +8,7 @@
|
|
|
| #include <GL/osmesa.h>
|
|
|
| -#include "gl/mesa/GLContext_mesa.h"
|
| +#include "gl/mesa/GLTestContext_mesa.h"
|
| #include "gl/GrGLDefines.h"
|
|
|
| #include "gl/GrGLAssembleInterface.h"
|
| @@ -32,7 +32,7 @@ static const GrGLInterface* create_mesa_interface() {
|
|
|
| static const GrGLint gBOGUS_SIZE = 16;
|
|
|
| -class MesaGLContext : public sk_gpu_test::GLContext {
|
| +class MesaGLContext : public sk_gpu_test::GLTestContext {
|
| private:
|
| typedef intptr_t Context;
|
|
|
| @@ -140,7 +140,7 @@ GrGLFuncPtr MesaGLContext::onPlatformGetProcAddress(const char *procName) const
|
|
|
|
|
| namespace sk_gpu_test {
|
| -GLContext *CreateMesaGLContext() {
|
| +GLTestContext *CreateMesaGLTestContext() {
|
| MesaGLContext *ctx = new MesaGLContext;
|
| if (!ctx->isValid()) {
|
| delete ctx;
|
|
|