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

Unified Diff: ui/ozone/platform/drm/gpu/gbm_surface_factory.h

Issue 2393913002: Rename GbmSurfaceFactory::drm_thread_ to GbmSurfaceFactory::drm_thread_proxy_ (Closed)
Patch Set: Created 4 years, 2 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/ozone/platform/drm/gpu/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/drm/gpu/gbm_surface_factory.h
diff --git a/ui/ozone/platform/drm/gpu/gbm_surface_factory.h b/ui/ozone/platform/drm/gpu/gbm_surface_factory.h
index 7298476c3ef4a6da37cd9ae6b1c593ed99cf305c..99a858676e8e36f8b84f78b98617387b19fa9b58 100644
--- a/ui/ozone/platform/drm/gpu/gbm_surface_factory.h
+++ b/ui/ozone/platform/drm/gpu/gbm_surface_factory.h
@@ -26,7 +26,7 @@ class GbmSurfaceless;
class GbmSurfaceFactory : public SurfaceFactoryOzone {
public:
- explicit GbmSurfaceFactory(DrmThreadProxy* drm_thread);
+ explicit GbmSurfaceFactory(DrmThreadProxy* drm_thread_proxy);
~GbmSurfaceFactory() override;
void RegisterSurface(gfx::AcceleratedWidget widget, GbmSurfaceless* surface);
@@ -57,7 +57,7 @@ class GbmSurfaceFactory : public SurfaceFactoryOzone {
base::ThreadChecker thread_checker_;
- DrmThreadProxy* drm_thread_;
+ DrmThreadProxy* drm_thread_proxy_;
std::map<gfx::AcceleratedWidget, GbmSurfaceless*> widget_to_surface_map_;
« no previous file with comments | « no previous file | ui/ozone/platform/drm/gpu/gbm_surface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698