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

Unified Diff: media/video/video_decode_accelerator.h

Issue 1842673003: Revert of Mac: Decode hardware to 420 instead of 422 (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 | « content/common/gpu/media/vt_video_decode_accelerator_mac.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/video_decode_accelerator.h
diff --git a/media/video/video_decode_accelerator.h b/media/video/video_decode_accelerator.h
index a840750d26d7b2392f2183c86ff14d02d2591e2a..ad73432b37ebb265cb9957cd72394abfa2083c6a 100644
--- a/media/video/video_decode_accelerator.h
+++ b/media/video/video_decode_accelerator.h
@@ -15,7 +15,6 @@
#include "media/base/video_decoder_config.h"
#include "media/video/picture.h"
#include "ui/gfx/geometry/size.h"
-#include "ui/gl/gl_image.h"
typedef unsigned int GLenum;
@@ -37,10 +36,6 @@
bool encrypted_only;
};
using SupportedProfiles = std::vector<SupportedProfile>;
-
- using MakeContextCurrentCallback = base::Callback<bool(void)>;
- using BindImageCallback = base::Callback<
- void(uint32_t, uint32_t, scoped_refptr<gl::GLImage>, bool)>;
struct MEDIA_EXPORT Capabilities {
Capabilities();
« no previous file with comments | « content/common/gpu/media/vt_video_decode_accelerator_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698