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

Unified Diff: ui/ozone/ozone_platform.h

Issue 269673005: media: Add MediaOzonePlatform support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix up dependency cycle Created 6 years, 7 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: ui/ozone/ozone_platform.h
diff --git a/ui/ozone/ozone_platform.h b/ui/ozone/ozone_platform.h
index 536ff0ed8e26e1182acde7e698293f7533f0e663..4271e3743df516496e4a40b95252df5f984f8c5e 100644
--- a/ui/ozone/ozone_platform.h
+++ b/ui/ozone/ozone_platform.h
@@ -18,6 +18,7 @@ class CursorFactoryOzone;
class EventFactoryOzone;
class InputMethodContextFactoryOzone;
class NativeDisplayDelegate;
+class VideoDecodeFactoryOzone;
// Base class for Ozone platform implementations.
//
@@ -52,6 +53,8 @@ class OZONE_EXPORT OzonePlatform {
virtual ui::InputMethodContextFactoryOzone*
GetInputMethodContextFactoryOzone() = 0;
virtual ui::CursorFactoryOzone* GetCursorFactoryOzone() = 0;
+ virtual ui::VideoDecodeFactoryOzone*
+ GetVideoDecodeFactoryOzone() = 0;
#if defined(OS_CHROMEOS)
virtual scoped_ptr<ui::NativeDisplayDelegate>
CreateNativeDisplayDelegate() = 0;

Powered by Google App Engine
This is Rietveld 408576698