aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/debug/GrProgramObj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/debug/GrProgramObj.h')
-rw-r--r--src/gpu/gl/debug/GrProgramObj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/debug/GrProgramObj.h b/src/gpu/gl/debug/GrProgramObj.h
index d06e410463..a25341a215 100644
--- a/src/gpu/gl/debug/GrProgramObj.h
+++ b/src/gpu/gl/debug/GrProgramObj.h
@@ -24,7 +24,7 @@ public:
void AttachShader(GrShaderObj *shader);
- void deleteAction() SK_OVERRIDE;
+ void deleteAction() override;
// TODO: this flag system won't work w/ multiple contexts!
void setInUse() { fInUse = true; }