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

Unified Diff: media/video/capture/win/video_capture_device_mf_win.h

Issue 83793004: Implement IPCs and VideoCapture::Client interfaces for texture capture (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 5744a8bbb Nits. Created 6 years, 11 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/video/capture/win/video_capture_device_mf_win.h
diff --git a/media/video/capture/win/video_capture_device_mf_win.h b/media/video/capture/win/video_capture_device_mf_win.h
index e0dfb8c416060061a2fc077e876c694c2c68f416..03e2957b20c8cf56e138c854d4a9da9a54739347 100644
--- a/media/video/capture/win/video_capture_device_mf_win.h
+++ b/media/video/capture/win/video_capture_device_mf_win.h
@@ -55,8 +55,8 @@ class MEDIA_EXPORT VideoCaptureDeviceMFWin
// Captured a new video frame.
void OnIncomingCapturedFrame(const uint8* data,
int length,
- const base::TimeTicks& time_stamp,
- int rotation);
+ int rotation,
+ const base::TimeTicks& time_stamp);
private:
void OnError(HRESULT hr);

Powered by Google App Engine
This is Rietveld 408576698