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

Unified Diff: content/renderer/media/gpu/rtc_video_decoder.h

Issue 2095393002: Add posciak and wuchengli to WebRTC HW decoder and encoder files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove duplicated owners Created 4 years, 6 months 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 | « content/renderer/media/gpu/OWNERS ('k') | content/renderer/media/gpu/rtc_video_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/gpu/rtc_video_decoder.h
diff --git a/content/renderer/media/rtc_video_decoder.h b/content/renderer/media/gpu/rtc_video_decoder.h
similarity index 98%
rename from content/renderer/media/rtc_video_decoder.h
rename to content/renderer/media/gpu/rtc_video_decoder.h
index a9f8872925197332132b204a9cbf3efc70121f1e..440e1dcfde2422032907bf073eb5fa9605d52288 100644
--- a/content/renderer/media/rtc_video_decoder.h
+++ b/content/renderer/media/gpu/rtc_video_decoder.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_RENDERER_MEDIA_RTC_VIDEO_DECODER_H_
-#define CONTENT_RENDERER_MEDIA_RTC_VIDEO_DECODER_H_
+#ifndef CONTENT_RENDERER_MEDIA_GPU_RTC_VIDEO_DECODER_H_
+#define CONTENT_RENDERER_MEDIA_GPU_RTC_VIDEO_DECODER_H_
#include <stddef.h>
#include <stdint.h>
@@ -306,4 +306,4 @@ class CONTENT_EXPORT RTCVideoDecoder
} // namespace content
-#endif // CONTENT_RENDERER_MEDIA_RTC_VIDEO_DECODER_H_
+#endif // CONTENT_RENDERER_MEDIA_GPU_RTC_VIDEO_DECODER_H_
« no previous file with comments | « content/renderer/media/gpu/OWNERS ('k') | content/renderer/media/gpu/rtc_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698