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

Unified Diff: cc/test/fake_video_frame_provider.h

Issue 1033563002: cc: Various code safety improvements in video compositing code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 50b6b2777df195bf18e56653b87a5b4886048b55..12a27a7c5e7cc146976de9dcbeb796f473d2dbc5 100644
--- a/cc/test/fake_video_frame_provider.h
+++ b/cc/test/fake_video_frame_provider.h
@@ -26,6 +26,8 @@ class FakeVideoFrameProvider : public VideoFrameProvider {
frame_ = frame;
}
+ void SendDidReceiveFrame();
danakj 2015/03/24 17:38:01 The VLI::SetNeedsRedraw() method didn't go anywher
sunnyps 2015/03/24 19:43:38 Done.
+
private:
scoped_refptr<media::VideoFrame> frame_;
Client* client_;

Powered by Google App Engine
This is Rietveld 408576698