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

Unified Diff: media/renderers/mock_gpu_video_accelerator_factories.h

Issue 1823683002: media: GpuMemoryBufferVideoFramePool uses BindToCurrentLoop() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change CL's goal 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
« no previous file with comments | « no previous file | media/video/gpu_memory_buffer_video_frame_pool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/renderers/mock_gpu_video_accelerator_factories.h
diff --git a/media/renderers/mock_gpu_video_accelerator_factories.h b/media/renderers/mock_gpu_video_accelerator_factories.h
index 6fe96466d49d70c09e4250db768eb5e2d5db4d6b..f593d9c7a7a80f8e6a42f330be18ba29dbb1b45f 100644
--- a/media/renderers/mock_gpu_video_accelerator_factories.h
+++ b/media/renderers/mock_gpu_video_accelerator_factories.h
@@ -41,7 +41,6 @@ class MockGpuVideoAcceleratorFactories : public GpuVideoAcceleratorFactories {
std::vector<gpu::Mailbox>* texture_mailboxes,
uint32_t texture_target));
MOCK_METHOD1(DeleteTexture, void(uint32_t texture_id));
- MOCK_METHOD1(WaitSyncToken, void(const gpu::SyncToken& sync_token));
Daniele Castagna 2016/03/21 19:16:08 You can drop the changes to this file otherwise LG
dshwang 2016/03/21 19:28:46 Oops, I missed. Done.
MOCK_METHOD0(GetTaskRunner, scoped_refptr<base::SingleThreadTaskRunner>());
MOCK_METHOD0(GetVideoDecodeAcceleratorCapabilities,
VideoDecodeAccelerator::Capabilities());
@@ -58,6 +57,7 @@ class MockGpuVideoAcceleratorFactories : public GpuVideoAcceleratorFactories {
VideoPixelFormat VideoFrameOutputFormat() override {
return video_frame_output_format_;
};
+ void WaitSyncToken(const gpu::SyncToken& sync_token) override {}
scoped_ptr<GpuVideoAcceleratorFactories::ScopedGLContextLock>
GetGLContextLock() override;
« no previous file with comments | « no previous file | media/video/gpu_memory_buffer_video_frame_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698