| Index: ui/ozone/ozone_platform.h
|
| diff --git a/ui/ozone/ozone_platform.h b/ui/ozone/ozone_platform.h
|
| index 7a8c6c473951db54433870a1fef0af0727869967..710eb9daf49385ebae61feb0677c9d2073b1c9ac 100644
|
| --- a/ui/ozone/ozone_platform.h
|
| +++ b/ui/ozone/ozone_platform.h
|
| @@ -15,6 +15,8 @@ class EventFactoryOzone;
|
| class NativeDisplayDelegate;
|
| class SurfaceFactoryOzone;
|
| class TouchscreenDeviceManager;
|
| +class GpuPlatformSupport;
|
| +class GpuPlatformSupportHost;
|
|
|
| // Base class for Ozone platform implementations.
|
| //
|
| @@ -50,6 +52,8 @@ class OZONE_EXPORT OzonePlatform {
|
| virtual ui::SurfaceFactoryOzone* GetSurfaceFactoryOzone() = 0;
|
| virtual ui::EventFactoryOzone* GetEventFactoryOzone() = 0;
|
| virtual ui::CursorFactoryOzone* GetCursorFactoryOzone() = 0;
|
| + virtual ui::GpuPlatformSupport* GetGpuPlatformSupport() = 0;
|
| + virtual ui::GpuPlatformSupportHost* GetGpuPlatformSupportHost() = 0;
|
| #if defined(OS_CHROMEOS)
|
| virtual scoped_ptr<ui::NativeDisplayDelegate>
|
| CreateNativeDisplayDelegate() = 0;
|
|
|