Index: cc/output/gl_renderer.cc |
diff --git a/cc/output/gl_renderer.cc b/cc/output/gl_renderer.cc |
index 6045e2c7684ce862275ca5b15b5d064c96eec363..eb679073b9f61c7ed5fec7a4f3a5e826026f61b7 100644 |
--- a/cc/output/gl_renderer.cc |
+++ b/cc/output/gl_renderer.cc |
@@ -2472,6 +2472,9 @@ void GLRenderer::DrawStreamVideoQuad(const DrawingFrame* frame, |
GetVideoStreamTextureProgram(tex_coord_precision); |
SetUseProgram(program->program()); |
+ bool is_promotable = IsResourcePromotable(quad->resource_id()); |
liberato (no reviews please)
2016/11/19 18:25:52
this is where i picture sending the message to the
piman
2016/11/23 00:37:25
I guess it feels a bit odd to do here...
How about
liberato (no reviews please)
2016/12/01 20:59:11
i'll try to do that.
the trick is that OverlayCan
|
+ LOG(ERROR) << "AVDA: " << __FUNCTION__ << ": promotable: " << is_promotable; |
+ |
ToGLMatrix(&gl_matrix[0], quad->matrix); |
ResourceProvider::ScopedReadLockGL lock(resource_provider_, |