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

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

Issue 858653002: vaapi plumbing to allow hardware video overlays (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make buildable before cc plumbing is in Created 5 years, 11 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: content/common/gpu/media/vaapi_tfp_picture.h
diff --git a/content/common/gpu/media/vaapi_tfp_picture.h b/content/common/gpu/media/vaapi_tfp_picture.h
index 02a1a236393647130d2ee63150e234dbc6d65844..998506b66d16b5a81b33cb4ce856a836c5923791 100644
--- a/content/common/gpu/media/vaapi_tfp_picture.h
+++ b/content/common/gpu/media/vaapi_tfp_picture.h
@@ -35,7 +35,8 @@ class VaapiTFPPicture : public VaapiPicture {
~VaapiTFPPicture() override;
- bool Initialize() override;
+ bool Initialize(gpu::gles2::TextureManager* texture_manager,
+ gpu::gles2::TextureRef* texture_ref) override;
bool DownloadFromSurface(const scoped_refptr<VASurface>& va_surface) override;

Powered by Google App Engine
This is Rietveld 408576698