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

Unified Diff: chromecast/renderer/media/cma_renderer.h

Issue 1978973002: Moves video frame callbacks from VideoFrameCompositor to Renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addresses comments Created 4 years, 7 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 | « chromecast/browser/media/cast_renderer.cc ('k') | chromecast/renderer/media/cma_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/renderer/media/cma_renderer.h
diff --git a/chromecast/renderer/media/cma_renderer.h b/chromecast/renderer/media/cma_renderer.h
index 1132f6460f44ff83c928e2a96725c0e9a15559c8..c6675b13179909ad10935a6c33a0048b011b2e9e 100644
--- a/chromecast/renderer/media/cma_renderer.h
+++ b/chromecast/renderer/media/cma_renderer.h
@@ -122,8 +122,6 @@ class CmaRenderer : public ::media::Renderer {
bool received_video_eos_;
// Data members for helping the creation of the video hole frame.
- gfx::Size initial_natural_size_;
- bool initial_video_hole_created_;
::media::GpuVideoAcceleratorFactories* gpu_factories_;
std::unique_ptr<HoleFrameFactory> hole_frame_factory_;
« no previous file with comments | « chromecast/browser/media/cast_renderer.cc ('k') | chromecast/renderer/media/cma_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698