Index: ui/ozone/platform/dri/gbm_surface_factory.h |
diff --git a/ui/ozone/platform/dri/gbm_surface_factory.h b/ui/ozone/platform/dri/gbm_surface_factory.h |
index ed661c0c3d9ed059acdb1b3d74f6fe60726ecc20..7b10b082d84eb6ddc984e4da436fd2454ccd3399 100644 |
--- a/ui/ozone/platform/dri/gbm_surface_factory.h |
+++ b/ui/ozone/platform/dri/gbm_surface_factory.h |
@@ -12,7 +12,7 @@ namespace ui { |
class DriWindowDelegate; |
class DriWindowDelegateManager; |
class DrmDeviceManager; |
-class GbmWrapper; |
+class GbmDevice; |
class GbmSurfaceFactory : public DriSurfaceFactory { |
public: |
@@ -52,7 +52,7 @@ class GbmSurfaceFactory : public DriSurfaceFactory { |
bool CanCreateNativePixmap(BufferUsage usage) override; |
private: |
- scoped_refptr<GbmWrapper> GetGbmDevice(gfx::AcceleratedWidget widget); |
+ scoped_refptr<GbmDevice> GetGbmDevice(gfx::AcceleratedWidget widget); |
bool allow_surfaceless_; |