commit | 1edc5b92fecefb79f01cf0e302646eacf32b06c7 | [log] [tgz] |
---|---|---|
author | Brian Salomon <bsalomon@google.com> | Tue Nov 29 13:43:46 2016 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Nov 29 20:17:48 2016 +0000 |
tree | aaffe2729d3801c4dfd4ecb64f9ac4c4f78d4ad9 | |
parent | a0c4c3407d57296eb914cd1c6e0f588f86fe8404 [diff] [blame] |
Rename vars and functions from 'glslcaps'->'shadercaps' Change-Id: I34d226d866dd4ba8e5f33f95cb8cbf01292f9314 Reviewed-on: https://skia-review.googlesource.com/5312 Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
diff --git a/src/gpu/instanced/GLInstancedRendering.cpp b/src/gpu/instanced/GLInstancedRendering.cpp index 7503204..49b059d 100644 --- a/src/gpu/instanced/GLInstancedRendering.cpp +++ b/src/gpu/instanced/GLInstancedRendering.cpp
@@ -38,7 +38,7 @@ (!glCaps.drawIndirectSupport() && !glCaps.drawInstancedSupport())) { return GrCaps::InstancedSupport::kNone; } - return InstanceProcessor::CheckSupport(*glCaps.glslCaps(), glCaps); + return InstanceProcessor::CheckSupport(*glCaps.shaderCaps(), glCaps); } GLInstancedRendering::GLInstancedRendering(GrGLGpu* gpu)