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

Unified Diff: cc/resources/video_resource_updater.h

Issue 2418173002: Fix HTML5 video blurry (Closed)
Patch Set: add pixeltests Created 4 years, 2 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: cc/resources/video_resource_updater.h
diff --git a/cc/resources/video_resource_updater.h b/cc/resources/video_resource_updater.h
index a42784c9b999ca948b2ed1f4ee32fb8e09f10cf5..b0e7b925e9fc6a4dd3bd549d8fcc659fdb0d16d3 100644
--- a/cc/resources/video_resource_updater.h
+++ b/cc/resources/video_resource_updater.h
@@ -89,6 +89,8 @@ class CC_EXPORT VideoResourceUpdater
size_t num,
uint16_t* dst);
+ ResourceFormat YuvResourceFormat(int bits) const;
+
private:
class PlaneResource {
public:

Powered by Google App Engine
This is Rietveld 408576698