Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(695)

Unified Diff: cc/quads/stream_video_draw_quad.cc

Issue 1142343008: cc: Rework overlays to not use the ResourceProvider and pass texture size (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/quads/stream_video_draw_quad.cc
diff --git a/cc/quads/stream_video_draw_quad.cc b/cc/quads/stream_video_draw_quad.cc
index fb6f728ee2ebaae4c771c66de6763e468b106b2f..4caed12d71940b7e62227bc3491c651bb23d4722 100644
--- a/cc/quads/stream_video_draw_quad.cc
+++ b/cc/quads/stream_video_draw_quad.cc
@@ -11,7 +11,9 @@
namespace cc {
-StreamVideoDrawQuad::StreamVideoDrawQuad() : resource_id(0) {}
+StreamVideoDrawQuad::StreamVideoDrawQuad()
+ : resource_id(0), allow_overlay(false) {
+}
void StreamVideoDrawQuad::SetNew(const SharedQuadState* shared_quad_state,
const gfx::Rect& rect,

Powered by Google App Engine
This is Rietveld 408576698