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 16a80ffaea367468b681e4b7bf941a21b720d95e..0ca2951d8b5e49daf26e965ece1a71c0117cd6b3 100644 |
--- a/content/common/gpu/stream_texture_android.h |
+++ b/content/common/gpu/stream_texture_android.h |
@@ -37,6 +37,7 @@ class StreamTexture : public gfx::GLImage, |
virtual gfx::Size GetSize() OVERRIDE; |
virtual bool BindTexImage(unsigned target) OVERRIDE; |
virtual void ReleaseTexImage(unsigned target) OVERRIDE; |
+ virtual bool CopyTexImage(unsigned target) OVERRIDE; |
virtual void WillUseTexImage() OVERRIDE; |
virtual void DidUseTexImage() OVERRIDE {} |
virtual void WillModifyTexImage() OVERRIDE {} |