| Index: media/capture/thread_safe_capture_oracle.h
|
| diff --git a/media/capture/thread_safe_capture_oracle.h b/media/capture/thread_safe_capture_oracle.h
|
| index 0c3b77ad153431fad61d0d5b65b0e73580b48fda..ec99c0bbf16a4bc37e7fbda7a482f5554f42b949 100644
|
| --- a/media/capture/thread_safe_capture_oracle.h
|
| +++ b/media/capture/thread_safe_capture_oracle.h
|
| @@ -11,7 +11,6 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "media/base/media_export.h"
|
| #include "media/base/video_frame.h"
|
| -#include "media/capture/capture_resolution_chooser.h"
|
| #include "media/capture/video_capture_oracle.h"
|
| #include "media/video/capture/video_capture_device.h"
|
|
|
| @@ -95,9 +94,6 @@ class MEDIA_EXPORT ThreadSafeCaptureOracle
|
|
|
| // The video capture parameters used to construct the oracle proxy.
|
| const VideoCaptureParams params_;
|
| -
|
| - // Determines video capture frame sizes.
|
| - CaptureResolutionChooser resolution_chooser_;
|
| };
|
|
|
| } // namespace media
|
|
|