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

Unified Diff: media/blink/video_frame_compositor_unittest.cc

Issue 1746983002: Make Android StreamTexture implement GLStreamTextureImage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Call UpdateTexImage before fetching the surface texture matrix Created 4 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: media/blink/video_frame_compositor_unittest.cc
diff --git a/media/blink/video_frame_compositor_unittest.cc b/media/blink/video_frame_compositor_unittest.cc
index b2e1695ffe18e4ec1c3718b6dff61133801a7832..29274d38c5434123d521227787131e7bc75c34a4 100644
--- a/media/blink/video_frame_compositor_unittest.cc
+++ b/media/blink/video_frame_compositor_unittest.cc
@@ -70,7 +70,6 @@ class VideoFrameCompositorTest : public testing::Test,
MOCK_METHOD0(StartRendering, void());
MOCK_METHOD0(StopRendering, void());
void DidReceiveFrame() override { ++did_receive_frame_count_; }
- void DidUpdateMatrix(const float* matrix) override {}
// VideoRendererSink::RenderCallback implementation.
MOCK_METHOD3(Render,

Powered by Google App Engine
This is Rietveld 408576698