| Index: ui/ozone/platform/dri/dri_surface_factory.cc
|
| diff --git a/ui/ozone/platform/dri/dri_surface_factory.cc b/ui/ozone/platform/dri/dri_surface_factory.cc
|
| index 93fc4b4f670766cf0a260ad9816b039c69ffee6c..5e6e2e1ec00af64e6a4d2f07b1d560c55aee12ed 100644
|
| --- a/ui/ozone/platform/dri/dri_surface_factory.cc
|
| +++ b/ui/ozone/platform/dri/dri_surface_factory.cc
|
| @@ -154,7 +154,8 @@ void DriSurfaceFactory::ShutdownHardware() {
|
| state_ = UNINITIALIZED;
|
| }
|
|
|
| -gfx::AcceleratedWidget DriSurfaceFactory::GetAcceleratedWidget() {
|
| +gfx::AcceleratedWidget DriSurfaceFactory::CreatePlatformWindow(
|
| + ui::PlatformWindowDelegate* delegate) {
|
| CHECK(state_ != FAILED);
|
|
|
| // We're not using 0 since other code assumes that a 0 AcceleratedWidget is an
|
|
|