| Index: device/capture/content/thread_safe_capture_oracle.cc
|
| diff --git a/media/capture/content/thread_safe_capture_oracle.cc b/device/capture/content/thread_safe_capture_oracle.cc
|
| similarity index 98%
|
| rename from media/capture/content/thread_safe_capture_oracle.cc
|
| rename to device/capture/content/thread_safe_capture_oracle.cc
|
| index 6cd40480456f2b078b52bc6219b9b5a930b00dd7..9c116f186310579c96881345f565997eae6e5956 100644
|
| --- a/media/capture/content/thread_safe_capture_oracle.cc
|
| +++ b/device/capture/content/thread_safe_capture_oracle.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "media/capture/content/thread_safe_capture_oracle.h"
|
| +#include "device/capture/content/thread_safe_capture_oracle.h"
|
|
|
| #include <stdint.h>
|
|
|
| @@ -22,7 +22,7 @@
|
| #include "media/base/video_util.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
| -namespace media {
|
| +namespace device {
|
|
|
| namespace {
|
|
|
| @@ -61,7 +61,7 @@ bool ThreadSafeCaptureOracle::ObserveEventAndDecideCapture(
|
|
|
| gfx::Size visible_size;
|
| gfx::Size coded_size;
|
| - std::unique_ptr<media::VideoCaptureDevice::Client::Buffer> output_buffer;
|
| + std::unique_ptr<VideoCaptureDevice::Client::Buffer> output_buffer;
|
| double attenuated_utilization;
|
| int frame_number;
|
| base::TimeDelta estimated_frame_duration;
|
| @@ -249,4 +249,4 @@ void ThreadSafeCaptureOracle::DidConsumeFrame(
|
| }
|
| }
|
|
|
| -} // namespace media
|
| +} // namespace device
|
|
|