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

Unified Diff: webrtc/common_video/interface/video_frame_buffer.h

Issue 1418913006: common_video: rename interface -> include (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased Created 5 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
« no previous file with comments | « webrtc/common_video/interface/incoming_video_stream.h ('k') | webrtc/common_video/interface/video_image.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_video/interface/video_frame_buffer.h
diff --git a/webrtc/common_video/interface/video_frame_buffer.h b/webrtc/common_video/interface/video_frame_buffer.h
index 1062165b8103af7604a117fbfd00c49fd0f81885..0b1c3233fdac72d898b475d4c51e962a926aa045 100644
--- a/webrtc/common_video/interface/video_frame_buffer.h
+++ b/webrtc/common_video/interface/video_frame_buffer.h
@@ -8,8 +8,10 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_VIDEO_FRAME_BUFFER_H_
-#define WEBRTC_VIDEO_FRAME_BUFFER_H_
+#ifndef WEBRTC_COMMON_VIDEO_INCLUDE_VIDEO_FRAME_BUFFER_H_
+#define WEBRTC_COMMON_VIDEO_INCLUDE_VIDEO_FRAME_BUFFER_H_
+
+#pragma message("WARNING: common_video/include is DEPRECATED; use common_video/include")
Matt Giuca 2015/11/18 03:18:52 This is spamming the Chrome build logs. Please rem
kjellander_webrtc 2015/11/18 06:38:27 I don't consider one warning emitted during compil
#include "webrtc/base/callback.h"
#include "webrtc/base/refcount.h"
@@ -154,4 +156,4 @@ rtc::scoped_refptr<VideoFrameBuffer> ShallowCenterCrop(
} // namespace webrtc
-#endif // WEBRTC_VIDEO_FRAME_BUFFER_H_
+#endif // WEBRTC_COMMON_VIDEO_INCLUDE_VIDEO_FRAME_BUFFER_H_
« no previous file with comments | « webrtc/common_video/interface/incoming_video_stream.h ('k') | webrtc/common_video/interface/video_image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698