aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/glsl/GrGLSLVertexShaderBuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/glsl/GrGLSLVertexShaderBuilder.h')
-rw-r--r--src/gpu/glsl/GrGLSLVertexShaderBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/glsl/GrGLSLVertexShaderBuilder.h b/src/gpu/glsl/GrGLSLVertexShaderBuilder.h
index 7c624cee65..af8d10c2cb 100644
--- a/src/gpu/glsl/GrGLSLVertexShaderBuilder.h
+++ b/src/gpu/glsl/GrGLSLVertexShaderBuilder.h
@@ -23,7 +23,7 @@ public:
void transformToNormalizedDeviceSpace(const GrShaderVar& posVar);
private:
void onFinalize() override;
-
+
const char* fRtAdjustName;
friend class GrGLProgramBuilder;