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

Unified Diff: ui/ozone/platform/dri/scanout_buffer.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/ozone_platform_gbm.cc ('k') | ui/ozone/platform/dri/screen_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/scanout_buffer.h
diff --git a/ui/ozone/platform/dri/scanout_buffer.h b/ui/ozone/platform/dri/scanout_buffer.h
index cf653322c0bd43294ce2d497899ec4c97a6b9bc3..bfe1990a18d1229ee8a5d16cf0f9e99f730eb056 100644
--- a/ui/ozone/platform/dri/scanout_buffer.h
+++ b/ui/ozone/platform/dri/scanout_buffer.h
@@ -12,7 +12,7 @@
namespace ui {
-class DriWrapper;
+class DrmDevice;
// Abstraction for a DRM buffer that can be scanned-out of.
class ScanoutBuffer : public base::RefCountedThreadSafe<ScanoutBuffer> {
@@ -37,7 +37,7 @@ class ScanoutBufferGenerator {
virtual ~ScanoutBufferGenerator() {}
virtual scoped_refptr<ScanoutBuffer> Create(
- const scoped_refptr<DriWrapper>& drm,
+ const scoped_refptr<DrmDevice>& drm,
const gfx::Size& size) = 0;
};
« no previous file with comments | « ui/ozone/platform/dri/ozone_platform_gbm.cc ('k') | ui/ozone/platform/dri/screen_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698