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

Unified Diff: ui/gfx/linux/client_native_pixmap_dmabuf.cc

Issue 2711933002: Rename ClientNativePixmapFactoryGbm to ClientNativePixmapFactoryDmabuf amd move to ui/gfx (Closed)
Patch Set: Addressed sadrul's remark Created 3 years, 9 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/gfx/linux/client_native_pixmap_dmabuf.h ('k') | ui/gfx/linux/client_native_pixmap_factory_dmabuf.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/linux/client_native_pixmap_dmabuf.cc
diff --git a/ui/ozone/platform/drm/common/client_native_pixmap_dmabuf.cc b/ui/gfx/linux/client_native_pixmap_dmabuf.cc
similarity index 97%
rename from ui/ozone/platform/drm/common/client_native_pixmap_dmabuf.cc
rename to ui/gfx/linux/client_native_pixmap_dmabuf.cc
index 8b4a019689e9c5905cdb0acac838304128368c81..261d086d26b8ecfe71ed1729d181ba04ccdd199c 100644
--- a/ui/ozone/platform/drm/common/client_native_pixmap_dmabuf.cc
+++ b/ui/gfx/linux/client_native_pixmap_dmabuf.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/ozone/platform/drm/common/client_native_pixmap_dmabuf.h"
+#include "ui/gfx/linux/client_native_pixmap_dmabuf.h"
#include <fcntl.h>
#include <linux/version.h>
@@ -39,7 +39,7 @@ struct local_dma_buf_sync {
#include <linux/dma-buf.h>
#endif
-namespace ui {
+namespace gfx {
namespace {
@@ -147,4 +147,4 @@ int ClientNativePixmapDmaBuf::GetStride(size_t plane) const {
return pixmap_handle_.planes[plane].stride;
}
-} // namespace ui
+} // namespace gfx
« no previous file with comments | « ui/gfx/linux/client_native_pixmap_dmabuf.h ('k') | ui/gfx/linux/client_native_pixmap_factory_dmabuf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698