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

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

Issue 1060433002: VDA: Don't wait for the VSyncProvider in headless mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix-vda2
Patch Set: nits Created 5 years, 8 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
« no previous file with comments | « no previous file | content/common/gpu/media/rendering_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/media/rendering_helper.h
diff --git a/content/common/gpu/media/rendering_helper.h b/content/common/gpu/media/rendering_helper.h
index 4292c7476fa35ddee5f75940447bcd8ab9ea94d1..31e5f7e69b531d9029cf45e51c59590b94f62bb6 100644
--- a/content/common/gpu/media/rendering_helper.h
+++ b/content/common/gpu/media/rendering_helper.h
@@ -197,6 +197,8 @@ class RenderingHelper {
#endif
#endif
+ bool ignore_vsync_;
+
gfx::AcceleratedWidget window_;
gfx::Size screen_size_;
« no previous file with comments | « no previous file | content/common/gpu/media/rendering_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698