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

Unified Diff: cc/shared_quad_state.cc

Issue 12340124: cc: Receive and remap resources to the parent. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: with_tests Created 7 years, 10 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/shared_quad_state.cc
diff --git a/cc/shared_quad_state.cc b/cc/shared_quad_state.cc
index 0e9c328626576497050c3cd18717d20978aa7dc8..a1f07ad1ce4d88019769e0d234a86da788f40574 100644
--- a/cc/shared_quad_state.cc
+++ b/cc/shared_quad_state.cc
@@ -6,7 +6,7 @@
namespace cc {
-SharedQuadState::SharedQuadState() : opacity(0) {}
+SharedQuadState::SharedQuadState() : is_clipped(false), opacity(0) {}
piman 2013/03/01 02:46:34 nice catch.
SharedQuadState::~SharedQuadState() {}

Powered by Google App Engine
This is Rietveld 408576698