| Index: ui/ozone/platform/dri/ozone_platform_dri.cc
|
| diff --git a/ui/ozone/platform/dri/ozone_platform_dri.cc b/ui/ozone/platform/dri/ozone_platform_dri.cc
|
| index 91a5e15acc25f3b61c6d1da96b16681ebf377289..c8b79470ba30112953b313f09f55c2973274cfc2 100644
|
| --- a/ui/ozone/platform/dri/ozone_platform_dri.cc
|
| +++ b/ui/ozone/platform/dri/ozone_platform_dri.cc
|
| @@ -78,6 +78,7 @@ class OzonePlatformDri : public OzonePlatform {
|
|
|
| } // namespace
|
|
|
| -OzonePlatform* CreateOzonePlatformDri() { return new OzonePlatformDri; }
|
| +OzonePlatform* CreateOzonePlatformDriForUI() { return new OzonePlatformDri; }
|
| +OzonePlatform* CreateOzonePlatformDriForGPU() { return NULL; }
|
|
|
| } // namespace ui
|
|
|