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

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

Issue 2059493002: Revert of 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
Index: media/capture/content/capture_resolution_chooser.h
diff --git a/media/capture/content/capture_resolution_chooser.h b/media/capture/content/capture_resolution_chooser.h
index cbc887d7462b515797aed42420f3b8a033969236..e995e932ea8f5a24b2cdbd24cfba9d2e726b27e9 100644
--- a/media/capture/content/capture_resolution_chooser.h
+++ b/media/capture/content/capture_resolution_chooser.h
@@ -7,8 +7,8 @@
#include <vector>
+#include "media/base/media_export.h"
#include "media/base/video_capture_types.h"
-#include "media/capture/capture_export.h"
#include "ui/gfx/geometry/size.h"
namespace media {
@@ -31,7 +31,7 @@
// possibile snapped frame sizes are computed relative to the resolution of the
// source content: They are the same or smaller in size, and are of the same
// aspect ratio.
-class CAPTURE_EXPORT CaptureResolutionChooser {
+class MEDIA_EXPORT CaptureResolutionChooser {
public:
// media::ResolutionChangePolicy determines whether the variable frame
// resolutions being computed must adhere to a fixed aspect ratio or not, or
« no previous file with comments | « media/capture/content/animated_content_sampler.h ('k') | media/capture/content/feedback_signal_accumulator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698