Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1014)

Unified Diff: device/capture/content/animated_content_sampler.h

Issue 2214533002: move //media/capture to //device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/capture/content/animated_content_sampler.h
diff --git a/media/capture/content/animated_content_sampler.h b/device/capture/content/animated_content_sampler.h
similarity index 96%
rename from media/capture/content/animated_content_sampler.h
rename to device/capture/content/animated_content_sampler.h
index 0539de7f8e724c92d47464354b259e9a81d38e60..503e031bc396002b6c29d6f0fcbb6fba0427a2b0 100644
--- a/media/capture/content/animated_content_sampler.h
+++ b/device/capture/content/animated_content_sampler.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_CAPTURE_CONTENT_ANIMATED_CONTENT_SAMPLER_H_
-#define MEDIA_CAPTURE_CONTENT_ANIMATED_CONTENT_SAMPLER_H_
+#ifndef DEVICE_CAPTURE_CONTENT_ANIMATED_CONTENT_SAMPLER_H_
+#define DEVICE_CAPTURE_CONTENT_ANIMATED_CONTENT_SAMPLER_H_
#include <deque>
#include "base/time/time.h"
-#include "media/capture/capture_export.h"
+#include "device/capture/capture_export.h"
#include "ui/gfx/geometry/rect.h"
-namespace media {
+namespace device {
// Analyzes a sequence of events to detect the presence of constant frame rate
// animated content. In the case where there are multiple regions of animated
@@ -152,6 +152,6 @@ class CAPTURE_EXPORT AnimatedContentSampler {
base::TimeTicks frame_timestamp_;
};
-} // namespace media
+} // namespace device
-#endif // MEDIA_CAPTURE_CONTENT_ANIMATED_CONTENT_SAMPLER_H_
+#endif // DEVICE_CAPTURE_CONTENT_ANIMATED_CONTENT_SAMPLER_H_
« no previous file with comments | « device/capture/content/android/screen_capture_machine_android.cc ('k') | device/capture/content/animated_content_sampler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698