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

Unified Diff: cc/test/fake_video_frame_provider.h

Issue 214543011: Initialize cc::VideoFrameProviderClientImpl::active_video_layer_ to NULL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test Created 6 years, 9 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
Index: cc/test/fake_video_frame_provider.h
diff --git a/cc/test/fake_video_frame_provider.h b/cc/test/fake_video_frame_provider.h
index 972d8f8853323fe767763a942a54ee9fbe53396a..fc462e4a03981b702cca03e70d8f174b12cf0aeb 100644
--- a/cc/test/fake_video_frame_provider.h
+++ b/cc/test/fake_video_frame_provider.h
@@ -21,6 +21,8 @@ class FakeVideoFrameProvider : public VideoFrameProvider {
virtual void PutCurrentFrame(const scoped_refptr<media::VideoFrame>&)
OVERRIDE {}
+ Client* client() { return client_; }
+
void set_frame(const scoped_refptr<media::VideoFrame>& frame) {
frame_ = frame;
}
« cc/layers/video_layer_impl_unittest.cc ('K') | « cc/layers/video_layer_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698