aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/debug/GrShaderObj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/debug/GrShaderObj.h')
-rw-r--r--src/gpu/gl/debug/GrShaderObj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/debug/GrShaderObj.h b/src/gpu/gl/debug/GrShaderObj.h
index c59d9c9453..977920fe0f 100644
--- a/src/gpu/gl/debug/GrShaderObj.h
+++ b/src/gpu/gl/debug/GrShaderObj.h
@@ -24,7 +24,7 @@ public:
void setType(GrGLenum type) { fType = type; }
GrGLenum getType() { return fType; }
- void deleteAction() SK_OVERRIDE;
+ void deleteAction() override;
protected:
private: