Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(494)

Unified Diff: ui/gfx/ozone/impl/hardware_display_controller_ozone.h

Issue 26849004: [Ozone] Adding a software rendering implementation of SurfaceFactoryOzone (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated SSO unittest Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/gfx/ozone/impl/hardware_display_controller_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_|
« no previous file with comments | « no previous file | ui/gfx/ozone/impl/hardware_display_controller_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698