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

Unified Diff: media/capture/animated_content_sampler.h

Issue 1162863003: Move ContentVideoCaptureDeviceCore from src/content to src/media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 6 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
« no previous file with comments | « media/capture/OWNERS ('k') | media/capture/animated_content_sampler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/animated_content_sampler.h
diff --git a/content/browser/media/capture/animated_content_sampler.h b/media/capture/animated_content_sampler.h
similarity index 95%
rename from content/browser/media/capture/animated_content_sampler.h
rename to media/capture/animated_content_sampler.h
index e11ba767de4c74f8eaab1803a466e36ddc6d4629..bcc2d635cb6149a6f8113af93753307a9340862e 100644
--- a/content/browser/media/capture/animated_content_sampler.h
+++ b/media/capture/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 CONTENT_BROWSER_MEDIA_CAPTURE_ANIMATED_CONTENT_SAMPLER_H_
-#define CONTENT_BROWSER_MEDIA_CAPTURE_ANIMATED_CONTENT_SAMPLER_H_
+#ifndef MEDIA_CAPTURE_ANIMATED_CONTENT_SAMPLER_H_
+#define MEDIA_CAPTURE_ANIMATED_CONTENT_SAMPLER_H_
#include <deque>
#include "base/time/time.h"
-#include "content/common/content_export.h"
+#include "media/base/media_export.h"
#include "ui/gfx/geometry/rect.h"
-namespace content {
+namespace media {
// 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
@@ -22,7 +22,7 @@ namespace content {
// In addition, AnimatedContentSampler will provide rewritten frame timestamps,
// for downstream consumers, that are "truer" to the source content than to the
// local presentation hardware.
-class CONTENT_EXPORT AnimatedContentSampler {
+class MEDIA_EXPORT AnimatedContentSampler {
public:
explicit AnimatedContentSampler(base::TimeDelta min_capture_period);
~AnimatedContentSampler();
@@ -152,6 +152,6 @@ class CONTENT_EXPORT AnimatedContentSampler {
base::TimeTicks frame_timestamp_;
};
-} // namespace content
+} // namespace media
-#endif // CONTENT_BROWSER_MEDIA_CAPTURE_ANIMATED_CONTENT_SAMPLER_H_
+#endif // MEDIA_CAPTURE_ANIMATED_CONTENT_SAMPLER_H_
« no previous file with comments | « media/capture/OWNERS ('k') | media/capture/animated_content_sampler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698