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

Unified Diff: webrtc/api/video/video_rotation.h

Issue 2517173004: Move VideoFrame and related declarations to webrtc/api/video. (Closed)
Patch Set: Rebased. Created 4 years 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/api/video/video_rotation.h
diff --git a/webrtc/common_video/rotation.h b/webrtc/api/video/video_rotation.h
similarity index 82%
copy from webrtc/common_video/rotation.h
copy to webrtc/api/video/video_rotation.h
index 46a9ecc5eab132b21587fd61a0dd778857addad0..b8b27674041a2d5cc7b80221d63ebdd8beaa8e39 100644
--- a/webrtc/common_video/rotation.h
+++ b/webrtc/api/video/video_rotation.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_COMMON_VIDEO_ROTATION_H_
-#define WEBRTC_COMMON_VIDEO_ROTATION_H_
+#ifndef WEBRTC_API_VIDEO_VIDEO_ROTATION_H_
+#define WEBRTC_API_VIDEO_VIDEO_ROTATION_H_
namespace webrtc {
@@ -23,4 +23,4 @@ enum VideoRotation {
} // namespace webrtc
-#endif // WEBRTC_COMMON_VIDEO_ROTATION_H_
+#endif // WEBRTC_API_VIDEO_VIDEO_ROTATION_H_

Powered by Google App Engine
This is Rietveld 408576698