| 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 {
|
| +
|
| +class MediaOzonePlatform;
|
| +
|
| +MediaOzonePlatform* CreateMediaOzonePlatformGbm();
|
| +
|
| +} // namespace media
|
| +
|
| +#endif // CONTENT_COMMON_GPU_MEDIA_MEDIA_OZONE_PLATFORM_GBM_H_
|
|
|