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

Unified Diff: media/cast/test/fake_gpu_video_accelerator_factories.cc

Issue 175223003: HW Video: Make media::VideoFrame handle the sync point of the compositor as well as webgl (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Add WaitSyncPoint in WMPImpl::paint(...) Created 6 years, 10 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/cast/test/fake_gpu_video_accelerator_factories.cc
diff --git a/media/cast/test/fake_gpu_video_accelerator_factories.cc b/media/cast/test/fake_gpu_video_accelerator_factories.cc
index 6aef371be9c61cafc397ac0a60050a3973b90d19..66daa029cf82ce7d40c9dc671cfb901924499ed5 100644
--- a/media/cast/test/fake_gpu_video_accelerator_factories.cc
+++ b/media/cast/test/fake_gpu_video_accelerator_factories.cc
@@ -46,6 +46,10 @@ uint32 FakeGpuVideoAcceleratorFactories::CreateTextures(
return 0;
}
+uint32 FakeGpuVideoAcceleratorFactories::InsertSyncPoint() {
+ return 0;
+}
+
scoped_ptr<VideoDecodeAccelerator>
FakeGpuVideoAcceleratorFactories::CreateVideoDecodeAccelerator(
VideoCodecProfile profile) {

Powered by Google App Engine
This is Rietveld 408576698