| 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_
|
|
|