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

Unified Diff: ui/ozone/platform/drm/common/scoped_drm_types.h

Issue 1133053003: [Ozone-Drm] Move DRM utilities from gpu/ to common/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/drm/common/drm_util.cc ('k') | ui/ozone/platform/drm/common/scoped_drm_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/common/scoped_drm_types.h
diff --git a/ui/ozone/platform/drm/gpu/scoped_drm_types.h b/ui/ozone/platform/drm/common/scoped_drm_types.h
similarity index 94%
rename from ui/ozone/platform/drm/gpu/scoped_drm_types.h
rename to ui/ozone/platform/drm/common/scoped_drm_types.h
index c1fad33af6626e9e9c7e893586e60491b83d9178..02f1eb5ab04261eaf0335893b800ab5a68ddc0f3 100644
--- a/ui/ozone/platform/drm/gpu/scoped_drm_types.h
+++ b/ui/ozone/platform/drm/common/scoped_drm_types.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_OZONE_PLATFORM_DRM_GPU_SCOPED_DRM_TYPES_H_
-#define UI_OZONE_PLATFORM_DRM_GPU_SCOPED_DRM_TYPES_H_
+#ifndef UI_OZONE_PLATFORM_DRM_COMMON_SCOPED_DRM_TYPES_H_
+#define UI_OZONE_PLATFORM_DRM_COMMON_SCOPED_DRM_TYPES_H_
#include "base/memory/scoped_ptr.h"
#include "ui/ozone/ozone_export.h"
@@ -77,4 +77,4 @@ typedef scoped_ptr<drmModeFB, DrmFramebufferDeleter> ScopedDrmFramebufferPtr;
} // namespace ui
-#endif // UI_OZONE_PLATFORM_DRM_GPU_SCOPED_DRM_TYPES_H_
+#endif // UI_OZONE_PLATFORM_DRM_COMMON_SCOPED_DRM_TYPES_H_
« no previous file with comments | « ui/ozone/platform/drm/common/drm_util.cc ('k') | ui/ozone/platform/drm/common/scoped_drm_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698