| Index: cc/resources/video_resource_updater.h
|
| diff --git a/cc/resources/video_resource_updater.h b/cc/resources/video_resource_updater.h
|
| index b9b5b95c02631e476cf1fbd76347af5052506b42..78c782e4e9d8b697aedc6360184be5a3124eaacb 100644
|
| --- a/cc/resources/video_resource_updater.h
|
| +++ b/cc/resources/video_resource_updater.h
|
| @@ -103,6 +103,8 @@ class CC_EXPORT VideoResourceUpdater
|
| static std::unique_ptr<HalfFloatMaker> NewHalfFloatMaker(
|
| int bits_per_channel);
|
|
|
| + ResourceFormat YuvResourceFormat(int bits) const;
|
| +
|
| private:
|
| class PlaneResource {
|
| public:
|
|
|