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

Unified Diff: ui/ozone/platform/dri/ozone_platform_gbm.h

Issue 106633002: GBM Ozone implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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/dri/ozone_platform_dri.cc ('k') | ui/ozone/platform/dri/ozone_platform_gbm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/ozone_platform_gbm.h
diff --git a/ui/ozone/platform/caca/ozone_platform_caca.h b/ui/ozone/platform/dri/ozone_platform_gbm.h
similarity index 57%
copy from ui/ozone/platform/caca/ozone_platform_caca.h
copy to ui/ozone/platform/dri/ozone_platform_gbm.h
index bf1f73520882334ad401617e4cda8956e4cf9f2f..47f5ca7d05ba9b440e07adc009aabd5e16fc3223 100644
--- a/ui/ozone/platform/caca/ozone_platform_caca.h
+++ b/ui/ozone/platform/dri/ozone_platform_gbm.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_OZONE_PLATFORM_CACA_OZONE_PLATFORM_CACA_H_
-#define UI_OZONE_PLATFORM_CACA_OZONE_PLATFORM_CACA_H_
+#ifndef UI_OZONE_PLATFORM_DRI_OZONE_PLATFORM_GBM_H_
+#define UI_OZONE_PLATFORM_DRI_OZONE_PLATFORM_GBM_H_
namespace ui {
class OzonePlatform;
// Constructor hook for use in ozone_platform_list.cc
-OzonePlatform* CreateOzonePlatformCaca();
+OzonePlatform* CreateOzonePlatformGbm();
} // namespace ui
-#endif // UI_OZONE_PLATFORM_CACA_OZONE_PLATFORM_CACA_H_
+#endif // UI_OZONE_PLATFORM_DRI_OZONE_PLATFORM_GBM_H_
« no previous file with comments | « ui/ozone/platform/dri/ozone_platform_dri.cc ('k') | ui/ozone/platform/dri/ozone_platform_gbm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698