aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrProgramDesc.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-12-16 07:33:49 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-16 07:33:50 -0800
commit861e1037017bbb7ac52ec5ebecab3a636a82a3e8 (patch)
treeba74afb4f14b209b733892c17a02b5c1c99ead24 /src/gpu/GrProgramDesc.h
parent702eb9622102599d94ab6798e6227cf29f48c2d3 (diff)
Rename GrGpuGL to GrGLGpu for consistency
Diffstat (limited to 'src/gpu/GrProgramDesc.h')
-rw-r--r--src/gpu/GrProgramDesc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrProgramDesc.h b/src/gpu/GrProgramDesc.h
index 8e255275b6..9ba20aa94a 100644
--- a/src/gpu/GrProgramDesc.h
+++ b/src/gpu/GrProgramDesc.h
@@ -12,7 +12,7 @@
#include "GrTypesPriv.h"
#include "SkChecksum.h"
-class GrGpuGL;
+class GrGLGpu;
/** This class describes a program to generate. It also serves as a program cache key. Very little
of this is GL-specific. The GL-specific parts could be factored out into a subclass. */