Index: content/browser/renderer_host/media/video_capture_controller.h |
diff --git a/content/browser/renderer_host/media/video_capture_controller.h b/content/browser/renderer_host/media/video_capture_controller.h |
index 5d33d01163c62c5f661ec523ac552b81a379a65b..99c4b6bcd3128be67a81cf9978aa48a6935af927 100644 |
--- a/content/browser/renderer_host/media/video_capture_controller.h |
+++ b/content/browser/renderer_host/media/video_capture_controller.h |
@@ -156,6 +156,10 @@ class CONTENT_EXPORT VideoCaptureController |
bool device_in_use_; |
VideoCaptureState state_; |
+ // For NV21 we have to do color conversion in the intermediate buffer and |
+ // from there the rotations. |
+ scoped_ptr<uint8[]> nv21_intermediate_buffer_; |
+ |
DISALLOW_IMPLICIT_CONSTRUCTORS(VideoCaptureController); |
}; |