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

Unified Diff: ui/gfx/ozone/dri/hardware_display_controller.h

Issue 208553004: ozone: dri: Do initial cursor set (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move cursor swap buffers Created 6 years, 9 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 | « ui/gfx/ozone/dri/dri_surface_factory.cc ('k') | ui/gfx/ozone/dri/hardware_display_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/ozone/dri/hardware_display_controller.h
diff --git a/ui/gfx/ozone/dri/hardware_display_controller.h b/ui/gfx/ozone/dri/hardware_display_controller.h
index e0ae007fc68a4d397dfa9c0eb0b2253aef9c6a97..46861a1e4255c82b97d9f2dcf6003cd9b7d5a0d6 100644
--- a/ui/gfx/ozone/dri/hardware_display_controller.h
+++ b/ui/gfx/ozone/dri/hardware_display_controller.h
@@ -147,7 +147,7 @@ class GFX_EXPORT HardwareDisplayController {
unsigned int useconds);
// Set the hardware cursor to show the contents of |surface|.
- bool SetCursor(const DriSurface& surface);
+ bool SetCursor(DriSurface* surface);
bool UnsetCursor();
« no previous file with comments | « ui/gfx/ozone/dri/dri_surface_factory.cc ('k') | ui/gfx/ozone/dri/hardware_display_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698