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

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

Issue 1808433003: Fix build issue of missing BackingStrategy vtable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | 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.h
diff --git a/content/common/gpu/media/android_video_decode_accelerator.h b/content/common/gpu/media/android_video_decode_accelerator.h
index 7c3a28a3e5a8ccfb4dbd5ec1653742203d69ee40..ea4f6e8641b6246e27c8270d93093f1cbc2195be 100644
--- a/content/common/gpu/media/android_video_decode_accelerator.h
+++ b/content/common/gpu/media/android_video_decode_accelerator.h
@@ -105,7 +105,7 @@ class CONTENT_EXPORT AndroidVideoDecodeAccelerator
// associated texture). Callers should set the correct GL context prior to
// calling.
virtual void UpdatePictureBufferSize(media::PictureBuffer* picture_buffer,
- const gfx::Size& new_size);
+ const gfx::Size& new_size) = 0;
};
AndroidVideoDecodeAccelerator(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698