aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLProgram.cpp
diff options
context:
space:
mode:
authorGravatar jvanverth <jvanverth@google.com>2014-12-22 11:44:19 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-22 11:44:19 -0800
commit39edf7664f50b6c890b933b5bbed67a8735b349b (patch)
tree62171a153f4f5636fcec8748b11bd99c0b805de6 /src/gpu/gl/GrGLProgram.cpp
parent3936ce4aa8dd174654ccf42a2b828081f025c805 (diff)
Rename GrGpuGL -> GrGLGpu
Diffstat (limited to 'src/gpu/gl/GrGLProgram.cpp')
-rw-r--r--src/gpu/gl/GrGLProgram.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGLProgram.cpp b/src/gpu/gl/GrGLProgram.cpp
index 9bf91fc595..245086db6c 100644
--- a/src/gpu/gl/GrGLProgram.cpp
+++ b/src/gpu/gl/GrGLProgram.cpp
@@ -13,7 +13,7 @@
#include "GrGLGeometryProcessor.h"
#include "GrGLProcessor.h"
#include "GrGLXferProcessor.h"
-#include "GrGpuGL.h"
+#include "GrGLGpu.h"
#include "GrGLPathRendering.h"
#include "GrGLShaderVar.h"
#include "GrGLSL.h"