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

Unified Diff: ppapi/shared_impl/media_stream_buffer.h

Issue 142023008: [PPAPI][MediaStream] Rename AudioFrame to AudioBuffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix review issues Created 6 years, 10 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 | « ppapi/proxy/video_frame_resource.cc ('k') | ppapi/shared_impl/media_stream_buffer_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/media_stream_buffer.h
diff --git a/ppapi/shared_impl/media_stream_frame.h b/ppapi/shared_impl/media_stream_buffer.h
similarity index 88%
rename from ppapi/shared_impl/media_stream_frame.h
rename to ppapi/shared_impl/media_stream_buffer.h
index 72eeef937040d2013e9a18ab109a0ebb940ad127..90104038b9f9fc6729657e63d7e07cbb38f4a59e 100644
--- a/ppapi/shared_impl/media_stream_frame.h
+++ b/ppapi/shared_impl/media_stream_buffer.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef PPAPI_SHARED_IMPL_MEDIA_STREAM_FRAME_H_
-#define PPAPI_SHARED_IMPL_MEDIA_STREAM_FRAME_H_
+#ifndef PPAPI_SHARED_IMPL_MEDIA_STREAM_BUFFER_H_
+#define PPAPI_SHARED_IMPL_MEDIA_STREAM_BUFFER_H_
#include "ppapi/c/ppb_audio_frame.h"
#include "ppapi/c/ppb_video_frame.h"
namespace ppapi {
-union MediaStreamFrame {
+union MediaStreamBuffer {
enum Type {
TYPE_UNKNOWN = 0,
TYPE_AUDIO = 1,
@@ -59,4 +59,4 @@ union MediaStreamFrame {
} // namespace ppapi
-#endif // PPAPI_SHARED_IMPL_MEDIA_STREAM_FRAME_H_
+#endif // PPAPI_SHARED_IMPL_MEDIA_STREAM_BUFFER_H_
« no previous file with comments | « ppapi/proxy/video_frame_resource.cc ('k') | ppapi/shared_impl/media_stream_buffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698