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

Unified Diff: media/gpu/android_video_decode_accelerator.h

Issue 2507463004: Fix broken SurfaceView usage on < M devices. (Closed)
Patch Set: Created 4 years, 1 month 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/gpu/android_video_decode_accelerator.h
diff --git a/media/gpu/android_video_decode_accelerator.h b/media/gpu/android_video_decode_accelerator.h
index d4179ac6be92eb88c5c83da6362ea755c02835cc..ae60ed367009e24ec97326c48c14cf6b545f8071 100644
--- a/media/gpu/android_video_decode_accelerator.h
+++ b/media/gpu/android_video_decode_accelerator.h
@@ -383,7 +383,6 @@ class MEDIA_GPU_EXPORT AndroidVideoDecodeAccelerator
// Has a value if a SetSurface() call has occurred and a new surface should be
// switched to when possible. Cleared during OnDestroyingSurface() and if all
// pictures have been rendered in DequeueOutput().
- int32_t surface_id_;
base::Optional<int32_t> pending_surface_id_;
// Copy of the VDA::Config we were given.

Powered by Google App Engine
This is Rietveld 408576698