aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGLContext.h')
-rw-r--r--src/gpu/gl/GrGLContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGLContext.h b/src/gpu/gl/GrGLContext.h
index 977d3606a5..4e3712559c 100644
--- a/src/gpu/gl/GrGLContext.h
+++ b/src/gpu/gl/GrGLContext.h
@@ -95,7 +95,7 @@ public:
~GrGLContext() override;
private:
- GrGLContext(const ConstructorArgs& args)
+ GrGLContext(const ConstructorArgs& args)
: INHERITED(args)
, fCompiler(nullptr) {}