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

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

Issue 974513002: content: Split out VideoCaptureMachine from DesktopCaptureDeviceAura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: content/browser/media/capture/desktop_capture_device_aura.h
diff --git a/content/browser/media/capture/desktop_capture_device_aura.h b/content/browser/media/capture/desktop_capture_device_aura.h
index 8f3540a7fd6f4b2887525917273ae2531877668a..d48ec1a90117fb34d4223e684dfc00c72cdbf780 100644
--- a/content/browser/media/capture/desktop_capture_device_aura.h
+++ b/content/browser/media/capture/desktop_capture_device_aura.h
@@ -35,7 +35,7 @@ class CONTENT_EXPORT DesktopCaptureDeviceAura
void StopAndDeAllocate() override;
private:
- DesktopCaptureDeviceAura(const DesktopMediaID& source);
+ DesktopCaptureDeviceAura(aura::Window* window);
const scoped_ptr<class ContentVideoCaptureDeviceCore> core_;

Powered by Google App Engine
This is Rietveld 408576698