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(); |