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

Unified Diff: webrtc/api/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/api/video/rotation.h
diff --git a/webrtc/common_video/rotation.h b/webrtc/api/video/rotation.h
similarity index 83%
copy from webrtc/common_video/rotation.h
copy to webrtc/api/video/rotation.h
index 46a9ecc5eab132b21587fd61a0dd778857addad0..15c475a1b6d58dc198774dad5db6718d8e73c6b5 100644
--- a/webrtc/common_video/rotation.h
+++ b/webrtc/api/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_ROTATION_H_
+#define WEBRTC_API_VIDEO_ROTATION_H_
namespace webrtc {
@@ -23,4 +23,4 @@ enum VideoRotation {
} // namespace webrtc
-#endif // WEBRTC_COMMON_VIDEO_ROTATION_H_
+#endif // WEBRTC_API_VIDEO_ROTATION_H_

Powered by Google App Engine
This is Rietveld 408576698