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

Unified Diff: content/common/gpu/media/media_ozone_platform_gbm.h

Issue 385793002: content: Add support for Video Decode Acceleration on GBM (Closed) Base URL: 038ca4ab40c387bf3bc1541d56578bc522df9f41
Patch Set: merge changes into one single vaapi_video_decode_accelerator Created 6 years, 5 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: 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_

Powered by Google App Engine
This is Rietveld 408576698