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

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

Issue 208553004: ozone: dri: Do initial cursor set (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | ui/gfx/ozone/dri/dri_surface.cc » ('j') | ui/gfx/ozone/dri/dri_surface_factory.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/ozone/dri/dri_surface.h
diff --git a/ui/gfx/ozone/dri/dri_surface.h b/ui/gfx/ozone/dri/dri_surface.h
index 0dd981287d85207f83e07c1467a623b5b1577b94..c97a257443fe9036eaa633a6b3ba49031e956eae 100644
--- a/ui/gfx/ozone/dri/dri_surface.h
+++ b/ui/gfx/ozone/dri/dri_surface.h
@@ -133,8 +133,8 @@ class GFX_EXPORT DriSurface {
// Returns the ID of the current backbuffer.
uint32_t GetFramebufferId() const;
- // Returns the handle for the current backbuffer.
- uint32_t GetHandle() const;
+ // Returns the handle for the current front buffer.
+ uint32_t GetFrontBufferHandle() const;
// Synchronizes and swaps the back buffer with the front buffer.
void SwapBuffers();
« no previous file with comments | « no previous file | ui/gfx/ozone/dri/dri_surface.cc » ('j') | ui/gfx/ozone/dri/dri_surface_factory.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698