| Index: cc/output/direct_renderer.h
|
| diff --git a/cc/output/direct_renderer.h b/cc/output/direct_renderer.h
|
| index 7c506e0f69617ca33c8f915980db68be2f05237f..790ebb2eecfea0e6d44c43e618b616858ad84c68 100644
|
| --- a/cc/output/direct_renderer.h
|
| +++ b/cc/output/direct_renderer.h
|
| @@ -194,7 +194,7 @@ class CC_EXPORT DirectRenderer {
|
| std::unordered_map<RenderPassId, TileDrawQuad, RenderPassIdHash>
|
| render_pass_bypass_quads_;
|
|
|
| - bool visible_;
|
| + bool visible_ = false;
|
|
|
| // For use in coordinate conversion, this stores the output rect, viewport
|
| // rect (= unflipped version of glViewport rect), the size of target
|
|
|