| Index: ui/ozone/platform/test/ozone_platform_test.cc
|
| diff --git a/ui/ozone/platform/test/ozone_platform_test.cc b/ui/ozone/platform/test/ozone_platform_test.cc
|
| index b6339d69a3e56ad11fcce6226b19a333a05c5006..fa0cedb24f955f420a72eddb560fcd11cbd78cd8 100644
|
| --- a/ui/ozone/platform/test/ozone_platform_test.cc
|
| +++ b/ui/ozone/platform/test/ozone_platform_test.cc
|
| @@ -40,6 +40,12 @@ class OzonePlatformTest : public OzonePlatform {
|
| virtual CursorFactoryOzone* GetCursorFactoryOzone() OVERRIDE {
|
| return cursor_factory_ozone_.get();
|
| }
|
| + virtual GpuPlatformSupport* GetGpuPlatformSupport() OVERRIDE {
|
| + return NULL; // no GPU support
|
| + }
|
| + virtual GpuPlatformSupportHost* GetGpuPlatformSupportHost() OVERRIDE {
|
| + return NULL; // no GPU support
|
| + }
|
|
|
| #if defined(OS_CHROMEOS)
|
| virtual scoped_ptr<NativeDisplayDelegate> CreateNativeDisplayDelegate()
|
|
|