Index: content/common/gpu/stream_texture_android.cc |
diff --git a/content/common/gpu/stream_texture_android.cc b/content/common/gpu/stream_texture_android.cc |
index 5985821862f418f8de2ae73981b8decd2bcb9bc3..af9632d6a5f39396d05b7005a4aa3daab5cc4d3f 100644 |
--- a/content/common/gpu/stream_texture_android.cc |
+++ b/content/common/gpu/stream_texture_android.cc |
@@ -165,6 +165,10 @@ gfx::Size StreamTexture::GetSize() { |
return size_; |
} |
+unsigned StreamTexture::GetFormat() { |
+ return GL_RGBA; |
+} |
+ |
bool StreamTexture::OnMessageReceived(const IPC::Message& message) { |
bool handled = true; |
IPC_BEGIN_MESSAGE_MAP(StreamTexture, message) |