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

Unified Diff: cc/quads/texture_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/texture_draw_quad.cc
diff --git a/cc/quads/texture_draw_quad.cc b/cc/quads/texture_draw_quad.cc
index 4b8720a1ed7e6c5f3803f0087737ae15857bffa7..7051b117586c506ca9a3b4b1d9aee6fdab6ca25d 100644
--- a/cc/quads/texture_draw_quad.cc
+++ b/cc/quads/texture_draw_quad.cc
@@ -14,6 +14,7 @@ namespace cc {
TextureDrawQuad::TextureDrawQuad()
: resource_id(0),
+ allow_overlay(false),
premultiplied_alpha(false),
background_color(SK_ColorTRANSPARENT),
y_flipped(false),

Powered by Google App Engine
This is Rietveld 408576698