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

Unified Diff: webrtc/common_video/rotation.h

Issue 2517173004: Move VideoFrame and related declarations to webrtc/api/video. (Closed)
Patch Set: 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
Index: webrtc/common_video/rotation.h
diff --git a/webrtc/common_video/rotation.h b/webrtc/common_video/rotation.h
index 46a9ecc5eab132b21587fd61a0dd778857addad0..3b45a18c2e9f7a90324ea21d47b15178a2df7677 100644
--- a/webrtc/common_video/rotation.h
+++ b/webrtc/common_video/rotation.h
@@ -11,16 +11,6 @@
#ifndef WEBRTC_COMMON_VIDEO_ROTATION_H_
#define WEBRTC_COMMON_VIDEO_ROTATION_H_
-namespace webrtc {
-
-// enum for clockwise rotation.
-enum VideoRotation {
- kVideoRotation_0 = 0,
- kVideoRotation_90 = 90,
- kVideoRotation_180 = 180,
- kVideoRotation_270 = 270
-};
-
-} // namespace webrtc
+#include "webrtc/api/video/rotation.h"
the sun 2016/11/24 10:36:59 Add a TODO(nisse) to drop this file once downstrea
nisse-webrtc 2016/11/25 08:58:02 Done.
#endif // WEBRTC_COMMON_VIDEO_ROTATION_H_

Powered by Google App Engine
This is Rietveld 408576698