| Index: ui/ozone/public/surface_factory_ozone.cc
|
| diff --git a/ui/ozone/public/surface_factory_ozone.cc b/ui/ozone/public/surface_factory_ozone.cc
|
| index 230360bd0f0b942475e9a0ea498f9357bca758ef..a35e6371c895509ad141e8073567c376a31cf2c1 100644
|
| --- a/ui/ozone/public/surface_factory_ozone.cc
|
| +++ b/ui/ozone/public/surface_factory_ozone.cc
|
| @@ -55,7 +55,8 @@ scoped_ptr<SurfaceOzoneCanvas> SurfaceFactoryOzone::CreateCanvasForWidget(
|
| }
|
|
|
| const int32* SurfaceFactoryOzone::GetEGLSurfaceProperties(
|
| - const int32* desired_attributes) {
|
| + const int32* desired_attributes,
|
| + SurfaceOzoneEGL* surface) {
|
| return desired_attributes;
|
| }
|
|
|
|
|