| Index: cc/resources/video_resource_updater.h
|
| diff --git a/cc/resources/video_resource_updater.h b/cc/resources/video_resource_updater.h
|
| index 622fe68d7c634829da03be8fea9350cb1a421598..1bccf79fd951157c9465431887b09e6005de0127 100644
|
| --- a/cc/resources/video_resource_updater.h
|
| +++ b/cc/resources/video_resource_updater.h
|
| @@ -131,6 +131,7 @@ class CC_EXPORT VideoResourceUpdater
|
| ContextProvider* context_provider_;
|
| ResourceProvider* resource_provider_;
|
| scoped_ptr<media::SkCanvasVideoRenderer> video_renderer_;
|
| + std::vector<uint8_t> upload_pixels_;
|
|
|
| // Recycle resources so that we can reduce the number of allocations and
|
| // data transfers.
|
|
|