Index: content/common/gpu/client/gl_helper.cc |
diff --git a/content/common/gpu/client/gl_helper.cc b/content/common/gpu/client/gl_helper.cc |
index 8c4a260f842c64cf65532650eae6290e38bf658b..5aa603038fd1ac79b0a7ee7ef038574f6aa1fd9b 100644 |
--- a/content/common/gpu/client/gl_helper.cc |
+++ b/content/common/gpu/client/gl_helper.cc |
@@ -253,9 +253,9 @@ class GLHelper::CopyTextureToImpl |
uint32 sync_point, |
const scoped_refptr<media::VideoFrame>& target, |
const base::Callback<void(bool)>& callback) |
- OVERRIDE; |
+ override; |
- virtual ScalerInterface* scaler() OVERRIDE { return scaler_.scaler(); } |
+ virtual ScalerInterface* scaler() override { return scaler_.scaler(); } |
private: |
GLES2Interface* gl_; |
@@ -291,9 +291,9 @@ class GLHelper::CopyTextureToImpl |
uint32 sync_point, |
const scoped_refptr<media::VideoFrame>& target, |
const base::Callback<void(bool)>& callback) |
- OVERRIDE; |
+ override; |
- virtual ScalerInterface* scaler() OVERRIDE { return scaler_.scaler(); } |
+ virtual ScalerInterface* scaler() override { return scaler_.scaler(); } |
private: |
GLES2Interface* gl_; |