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

Unified Diff: ui/ozone/platform/dri/gbm_buffer.cc

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_buffer.h ('k') | ui/ozone/platform/dri/gbm_buffer_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/gbm_buffer.cc
diff --git a/ui/ozone/platform/dri/gbm_buffer.cc b/ui/ozone/platform/dri/gbm_buffer.cc
index 371e9abd265dffd82327721ef7fb44f185a23907..30f0ad85b3362b70b8a5e427ee601644aeebbb36 100644
--- a/ui/ozone/platform/dri/gbm_buffer.cc
+++ b/ui/ozone/platform/dri/gbm_buffer.cc
@@ -11,7 +11,7 @@
#include "base/logging.h"
#include "base/trace_event/trace_event.h"
-#include "ui/ozone/platform/dri/gbm_wrapper.h"
+#include "ui/ozone/platform/dri/gbm_device.h"
namespace ui {
@@ -31,7 +31,7 @@ int GetGbmFormatFromBufferFormat(SurfaceFactoryOzone::BufferFormat fmt) {
} // namespace
-GbmBuffer::GbmBuffer(const scoped_refptr<GbmWrapper>& gbm,
+GbmBuffer::GbmBuffer(const scoped_refptr<GbmDevice>& gbm,
gbm_bo* bo,
bool scanout)
: GbmBufferBase(gbm, bo, scanout) {
@@ -44,7 +44,7 @@ GbmBuffer::~GbmBuffer() {
// static
scoped_refptr<GbmBuffer> GbmBuffer::CreateBuffer(
- const scoped_refptr<GbmWrapper>& gbm,
+ const scoped_refptr<GbmDevice>& gbm,
SurfaceFactoryOzone::BufferFormat format,
const gfx::Size& size,
bool scanout) {
« no previous file with comments | « ui/ozone/platform/dri/gbm_buffer.h ('k') | ui/ozone/platform/dri/gbm_buffer_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698