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