aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLPathRange.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/gl/GrGLPathRange.h
parent702eb9622102599d94ab6798e6227cf29f48c2d3 (diff)
Rename GrGpuGL to GrGLGpu for consistency
Diffstat (limited to 'src/gpu/gl/GrGLPathRange.h')
-rw-r--r--src/gpu/gl/GrGLPathRange.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gpu/gl/GrGLPathRange.h b/src/gpu/gl/GrGLPathRange.h
index 5fbfb1f917..17d44c2ae5 100644
--- a/src/gpu/gl/GrGLPathRange.h
+++ b/src/gpu/gl/GrGLPathRange.h
@@ -12,7 +12,7 @@
#include "../GrPathRange.h"
#include "gl/GrGLFunctions.h"
-class GrGpuGL;
+class GrGLGpu;
/**
* Currently this represents a range of GL_NV_path_rendering Path IDs. If we
@@ -26,14 +26,14 @@ public:
* Initialize a GL path range from a PathGenerator. This class will allocate
* the GPU path objects and initialize them lazily.
*/
- GrGLPathRange(GrGpuGL*, PathGenerator*, const SkStrokeRec&);
+ GrGLPathRange(GrGLGpu*, PathGenerator*, const SkStrokeRec&);
/**
* Initialize a GL path range from an existing range of pre-initialized GPU
* path objects. This class assumes ownership of the GPU path objects and
* will delete them when done.
*/
- GrGLPathRange(GrGpuGL*,
+ GrGLPathRange(GrGLGpu*,
GrGLuint basePathID,
int numPaths,
size_t gpuMemorySize,