Index: ui/gfx/ozone/impl/hardware_display_controller_ozone.h |
diff --git a/ui/gfx/ozone/impl/hardware_display_controller_ozone.h b/ui/gfx/ozone/impl/hardware_display_controller_ozone.h |
index ad0d1f46f33b1bab2d9c01be1913fe08e4d0be3b..470bd4ab3f6196bab5bd26c291abcc45399eadf7 100644 |
--- a/ui/gfx/ozone/impl/hardware_display_controller_ozone.h |
+++ b/ui/gfx/ozone/impl/hardware_display_controller_ozone.h |
@@ -113,7 +113,7 @@ class HardwareDisplayControllerOzone { |
drmModeModeInfo mode); |
// Associate the HDCO with a surface implementation and initialize it. |
- bool BindSurfaceToController(SoftwareSurfaceOzone* surface); |
+ bool BindSurfaceToController(scoped_ptr<SoftwareSurfaceOzone> surface); |
// Schedules the |surface_|'s framebuffer to be displayed on the next vsync |
// event. The event will be posted on the graphics card file descriptor |fd_| |