Chromium Code Reviews| Index: content/common/gpu/media/rendering_helper.cc |
| diff --git a/content/common/gpu/media/rendering_helper.cc b/content/common/gpu/media/rendering_helper.cc |
| index b0f540ea866def2bc102b5bd609d4137df593be8..3b65d7406e16cbde9c1f826ae38eb0ffa3c12440 100644 |
| --- a/content/common/gpu/media/rendering_helper.cc |
| +++ b/content/common/gpu/media/rendering_helper.cc |
| @@ -81,7 +81,8 @@ std::string GLContextStubWithExtensions::GetExtensions() { |
| namespace content { |
| -RenderingHelperParams::RenderingHelperParams() {} |
| +RenderingHelperParams::RenderingHelperParams() |
| + : num_windows(1), render_as_thumbnails(false) {} |
|
Ami GONE FROM CHROMIUM
2013/11/04 18:26:51
Why not instead make these ctor params and turn th
wuchengli
2013/11/05 06:24:15
Making all the members to ctor introduces more cod
|
| RenderingHelperParams::~RenderingHelperParams() {} |