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

Unified Diff: ui/ozone/platform/dri/gbm_surface_factory.h

Issue 908993003: [Ozone-Dri] Rename DriWrapper to DrmDevice (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@udl3-pass-drm-fd
Patch Set: rebased Created 5 years, 10 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/ozone/platform/dri/gbm_surface.cc ('k') | ui/ozone/platform/dri/gbm_surface_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « ui/ozone/platform/dri/gbm_surface.cc ('k') | ui/ozone/platform/dri/gbm_surface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698