Chromium Code Reviews| 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_ |