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

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

Issue 2081653004: Revert of Re-Reland: Make media/capture gn and gyps produce components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/capture_export.h ('k') | media/capture/content/capture_resolution_chooser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/content/animated_content_sampler.h
diff --git a/media/capture/content/animated_content_sampler.h b/media/capture/content/animated_content_sampler.h
index 0539de7f8e724c92d47464354b259e9a81d38e60..f8cb6f59fd6d291d5ef106510fc297aec12170b2 100644
--- a/media/capture/content/animated_content_sampler.h
+++ b/media/capture/content/animated_content_sampler.h
@@ -8,7 +8,7 @@
#include <deque>
#include "base/time/time.h"
-#include "media/capture/capture_export.h"
+#include "media/base/media_export.h"
#include "ui/gfx/geometry/rect.h"
namespace media {
@@ -22,7 +22,7 @@
// 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 CAPTURE_EXPORT AnimatedContentSampler {
+class MEDIA_EXPORT AnimatedContentSampler {
public:
explicit AnimatedContentSampler(base::TimeDelta min_capture_period);
~AnimatedContentSampler();
« no previous file with comments | « media/capture/capture_export.h ('k') | media/capture/content/capture_resolution_chooser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698