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

Unified Diff: content/browser/media/capture/screen_capture_device_android.h

Issue 2468383002: Android ScreenCapture: add support to device rotation. (Closed)
Patch Set: address comments Created 4 years, 1 month 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 | « no previous file | content/browser/media/capture/screen_capture_device_android_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/capture/screen_capture_device_android.h
diff --git a/content/browser/media/capture/screen_capture_device_android.h b/content/browser/media/capture/screen_capture_device_android.h
index 6c8e6879df53eed5d331246575f59c9f57966095..09c899874d49742c352014059332de06a4bf2c2a 100644
--- a/content/browser/media/capture/screen_capture_device_android.h
+++ b/content/browser/media/capture/screen_capture_device_android.h
@@ -7,6 +7,7 @@
#include <memory>
+#include "content/common/content_export.h"
#include "media/capture/content/screen_capture_device_core.h"
#include "media/capture/video/video_capture_device.h"
@@ -15,7 +16,8 @@ namespace content {
// ScreenCaptureDeviceAndroid is a forwarder to media::ScreenCaptureDeviceCore
// while keeping the Power Saving from kicking in between AllocateAndStart() and
// StopAndDeAllocate().
-class ScreenCaptureDeviceAndroid : public media::VideoCaptureDevice {
+class CONTENT_EXPORT ScreenCaptureDeviceAndroid
+ : public media::VideoCaptureDevice {
public:
ScreenCaptureDeviceAndroid();
~ScreenCaptureDeviceAndroid() override;
« no previous file with comments | « no previous file | content/browser/media/capture/screen_capture_device_android_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698