aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpuFactory.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/GrGpuFactory.cpp
parent3936ce4aa8dd174654ccf42a2b828081f025c805 (diff)
Rename GrGpuGL -> GrGLGpu
Diffstat (limited to 'src/gpu/GrGpuFactory.cpp')
-rw-r--r--src/gpu/GrGpuFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrGpuFactory.cpp b/src/gpu/GrGpuFactory.cpp
index e8d9454762..4b09c14e51 100644
--- a/src/gpu/GrGpuFactory.cpp
+++ b/src/gpu/GrGpuFactory.cpp
@@ -12,7 +12,7 @@
#include "gl/GrGLConfig.h"
#include "GrGpu.h"
-#include "gl/GrGpuGL.h"
+#include "gl/GrGLGpu.h"
GrGpu* GrGpu::Create(GrBackend backend, GrBackendContext backendContext, GrContext* context) {