| Index: content/common/gpu/media/exynos_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/exynos_video_decode_accelerator.h b/content/common/gpu/media/exynos_video_decode_accelerator.h
|
| index 7bb41bba94be84b8194ae05aa0c59188d2e3dff4..2bc795bdc80ef2fc1194e2a22f83b9391b9d54a1 100644
|
| --- a/content/common/gpu/media/exynos_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/exynos_video_decode_accelerator.h
|
| @@ -177,6 +177,7 @@ class CONTENT_EXPORT ExynosVideoDecodeAccelerator
|
| EGLImageKHR egl_image; // backing EGLImage.
|
| EGLSyncKHR egl_sync; // sync the compositor's use of the EGLImage.
|
| int32 picture_id; // picture buffer id as returned to PictureReady().
|
| + bool cleared; // the texture has been cleared
|
| };
|
|
|
| //
|
|
|