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

Unified Diff: media/gpu/avda_codec_allocator_unittest.cc

Issue 2692863011: Add ContentVideoViewOverlay to AVDA. (Closed)
Patch Set: fixed avda unittest Created 3 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
« no previous file with comments | « media/gpu/avda_codec_allocator.cc ('k') | media/gpu/avda_picture_buffer_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/avda_codec_allocator_unittest.cc
diff --git a/media/gpu/avda_codec_allocator_unittest.cc b/media/gpu/avda_codec_allocator_unittest.cc
index 4be7e91fe7a8a8c8e8f9b1eb589d801692798729..9c8aed09515be14026746d71a19d6d01e59faf53 100644
--- a/media/gpu/avda_codec_allocator_unittest.cc
+++ b/media/gpu/avda_codec_allocator_unittest.cc
@@ -42,7 +42,8 @@ void SignalImmediately(base::WaitableEvent* event) {
}
}
-class MockClient : public AVDACodecAllocatorClient {
+class MockClient : public AVDACodecAllocatorClient,
+ public AVDASurfaceAllocatorClient {
public:
MOCK_METHOD1(OnSurfaceAvailable, void(bool success));
MOCK_METHOD0(OnSurfaceDestroyed, void());
« no previous file with comments | « media/gpu/avda_codec_allocator.cc ('k') | media/gpu/avda_picture_buffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698