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

Unified Diff: content/common/gpu/media/rendering_helper.cc

Issue 57663002: Add VDA decode time test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address owenlin's comments Created 7 years, 1 month 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: 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() {}

Powered by Google App Engine
This is Rietveld 408576698