| 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 5aa603038fd1ac79b0a7ee7ef038574f6aa1fd9b..0ba9193c8742eea0999b0de5e5433d424d911963 100644
|
| --- a/content/common/gpu/client/gl_helper.cc
|
| +++ b/content/common/gpu/client/gl_helper.cc
|
| @@ -249,13 +249,12 @@ class GLHelper::CopyTextureToImpl
|
| bool flip_vertically,
|
| ReadbackSwizzle swizzle);
|
|
|
| - virtual void ReadbackYUV(const gpu::Mailbox& mailbox,
|
| - uint32 sync_point,
|
| - const scoped_refptr<media::VideoFrame>& target,
|
| - const base::Callback<void(bool)>& callback)
|
| - override;
|
| + void ReadbackYUV(const gpu::Mailbox& mailbox,
|
| + uint32 sync_point,
|
| + const scoped_refptr<media::VideoFrame>& target,
|
| + const base::Callback<void(bool)>& callback) override;
|
|
|
| - virtual ScalerInterface* scaler() override { return scaler_.scaler(); }
|
| + ScalerInterface* scaler() override { return scaler_.scaler(); }
|
|
|
| private:
|
| GLES2Interface* gl_;
|
| @@ -287,13 +286,12 @@ class GLHelper::CopyTextureToImpl
|
| bool flip_vertically,
|
| ReadbackSwizzle swizzle);
|
|
|
| - virtual void ReadbackYUV(const gpu::Mailbox& mailbox,
|
| - uint32 sync_point,
|
| - const scoped_refptr<media::VideoFrame>& target,
|
| - const base::Callback<void(bool)>& callback)
|
| - override;
|
| + void ReadbackYUV(const gpu::Mailbox& mailbox,
|
| + uint32 sync_point,
|
| + const scoped_refptr<media::VideoFrame>& target,
|
| + const base::Callback<void(bool)>& callback) override;
|
|
|
| - virtual ScalerInterface* scaler() override { return scaler_.scaler(); }
|
| + ScalerInterface* scaler() override { return scaler_.scaler(); }
|
|
|
| private:
|
| GLES2Interface* gl_;
|
|
|