Chromium Code Reviews| Index: content/common/gpu/media/media_ozone_platform_gbm.h |
| diff --git a/content/common/gpu/media/media_ozone_platform_gbm.h b/content/common/gpu/media/media_ozone_platform_gbm.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..bcdc659845da054b726249eeb205371217ad8153 |
| --- /dev/null |
| +++ b/content/common/gpu/media/media_ozone_platform_gbm.h |
| @@ -0,0 +1,16 @@ |
| +// Copyright (c) 2014 The Chromium Authors. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +#ifndef CONTENT_COMMON_GPU_MEDIA_MEDIA_OZONE_PLATFORM_GBM_H_ |
| +#define CONTENT_COMMON_GPU_MEDIA_MEDIA_OZONE_PLATFORM_GBM_H_ |
| + |
| +namespace media { |
|
scherkus (not reviewing)
2014/07/29 17:48:54
is it typical to have differing namespaces for ozo
vignatti (out of this project)
2014/07/30 21:51:30
in particular for media, we decided to maintain th
|
| + |
| +class MediaOzonePlatform; |
| + |
| +MediaOzonePlatform* CreateMediaOzonePlatformGbm(); |
| + |
| +} // namespace media |
| + |
| +#endif // CONTENT_COMMON_GPU_MEDIA_MEDIA_OZONE_PLATFORM_GBM_H_ |