| Index: content/common/gpu/stream_texture_android.h
|
| diff --git a/content/common/gpu/stream_texture_android.h b/content/common/gpu/stream_texture_android.h
|
| index f6602cc75309ac77526ba66786e71f1e3fe08a57..c24d157f37ea2c64d3e3af594fb563b5139197de 100644
|
| --- a/content/common/gpu/stream_texture_android.h
|
| +++ b/content/common/gpu/stream_texture_android.h
|
| @@ -38,7 +38,9 @@ class StreamTexture : public gfx::GLImage,
|
| unsigned GetInternalFormat() override;
|
| bool BindTexImage(unsigned target) override;
|
| void ReleaseTexImage(unsigned target) override;
|
| - bool CopyTexImage(unsigned target) override;
|
| + bool CopyTexSubImage(unsigned target,
|
| + const gfx::Point& offset,
|
| + const gfx::Rect& rect) override;
|
| void WillUseTexImage() override;
|
| void DidUseTexImage() override {}
|
| void WillModifyTexImage() override {}
|
|
|