summaryrefslogtreecommitdiffstats
path: root/cc/quads/draw_quad.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/quads/draw_quad.cc')
-rw-r--r--cc/quads/draw_quad.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/cc/quads/draw_quad.cc b/cc/quads/draw_quad.cc
index ac1b43e..8b8fd78 100644
--- a/cc/quads/draw_quad.cc
+++ b/cc/quads/draw_quad.cc
@@ -25,7 +25,9 @@
namespace cc {
DrawQuad::DrawQuad()
- : material(INVALID), needs_blending(false), shared_quad_state(0) {
+ : material(INVALID),
+ needs_blending(false),
+ shared_quad_state() {
}
void DrawQuad::SetAll(const SharedQuadState* shared_quad_state,