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

Unified Diff: chromecast/renderer/media/hole_frame_factory.h

Issue 1372393007: [Chromecast] Upgrade to new CMA backend API (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Address alokp@ comments Created 5 years, 2 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
Index: chromecast/renderer/media/hole_frame_factory.h
diff --git a/chromecast/media/cma/filters/hole_frame_factory.h b/chromecast/renderer/media/hole_frame_factory.h
similarity index 86%
rename from chromecast/media/cma/filters/hole_frame_factory.h
rename to chromecast/renderer/media/hole_frame_factory.h
index c77fb6be8dfee2d8e04d01e3bc64998903c0708d..a937a584ba3545610465cc6cc3603bc072eebf34 100644
--- a/chromecast/media/cma/filters/hole_frame_factory.h
+++ b/chromecast/renderer/media/hole_frame_factory.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 CHROMECAST_MEDIA_CMA_FILTERS_HOLE_FRAME_FACTORY_H_
-#define CHROMECAST_MEDIA_CMA_FILTERS_HOLE_FRAME_FACTORY_H_
+#ifndef CHROMECAST_RENDERER_MEDIA_HOLE_FRAME_FACTORY_H_
+#define CHROMECAST_RENDERER_MEDIA_HOLE_FRAME_FACTORY_H_
#include <GLES2/gl2.h>
@@ -46,4 +46,4 @@ class HoleFrameFactory {
} // namespace media
} // namespace chromecast
-#endif // CHROMECAST_MEDIA_CMA_FILTERS_HOLE_FRAME_FACTORY_H_
+#endif // CHROMECAST_RENDERER_MEDIA_HOLE_FRAME_FACTORY_H_
« no previous file with comments | « chromecast/renderer/media/demuxer_stream_for_test.cc ('k') | chromecast/renderer/media/hole_frame_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698