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

Unified Diff: content/common/gpu/media/android_video_decode_accelerator_state_provider.h

Issue 1370443007: Move SurfaceTexture construction to BackingStrategy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased. Created 5 years, 3 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 | « content/common/gpu/media/android_video_decode_accelerator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/media/android_video_decode_accelerator_state_provider.h
diff --git a/content/common/gpu/media/android_video_decode_accelerator_state_provider.h b/content/common/gpu/media/android_video_decode_accelerator_state_provider.h
index 8e10ac4158a6749fc97a1369fb85b46bcade5fe6..e97da7e7561eb8fe97c273218959f0841fa5e0cc 100644
--- a/content/common/gpu/media/android_video_decode_accelerator_state_provider.h
+++ b/content/common/gpu/media/android_video_decode_accelerator_state_provider.h
@@ -35,8 +35,6 @@ class AndroidVideoDecodeAcceleratorStateProvider {
// Various handy getters.
virtual const gfx::Size& GetSize() const = 0;
virtual const base::ThreadChecker& ThreadChecker() const = 0;
- virtual gfx::SurfaceTexture* GetSurfaceTexture() const = 0;
- virtual uint32 GetSurfaceTextureId() const = 0;
virtual gpu::gles2::GLES2Decoder* GetGlDecoder() const = 0;
virtual media::VideoCodecBridge* GetMediaCodec() = 0;
« no previous file with comments | « content/common/gpu/media/android_video_decode_accelerator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698