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

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: Don't remove the default stream texture matrix from cc/layers Created 4 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 | « gpu/ipc/common/gpu_messages.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « gpu/ipc/common/gpu_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698