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

Unified Diff: ui/ozone/platform/egltest/ozone_platform_egltest.h

Issue 288603002: ozone: Add egltest platform (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: drop EGL header dep from shim 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/egltest/egltest.gypi ('k') | ui/ozone/platform/egltest/ozone_platform_egltest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/egltest/ozone_platform_egltest.h
diff --git a/ui/ozone/platform/caca/ozone_platform_caca.h b/ui/ozone/platform/egltest/ozone_platform_egltest.h
similarity index 56%
copy from ui/ozone/platform/caca/ozone_platform_caca.h
copy to ui/ozone/platform/egltest/ozone_platform_egltest.h
index bf1f73520882334ad401617e4cda8956e4cf9f2f..fb49be50274e3b94ad2114f4bd608b9721baf902 100644
--- a/ui/ozone/platform/caca/ozone_platform_caca.h
+++ b/ui/ozone/platform/egltest/ozone_platform_egltest.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_TEST_OZONE_PLATFORM_EGLTEST_H_
+#define UI_OZONE_PLATFORM_TEST_OZONE_PLATFORM_EGLTEST_H_
namespace ui {
class OzonePlatform;
// Constructor hook for use in ozone_platform_list.cc
-OzonePlatform* CreateOzonePlatformCaca();
+OzonePlatform* CreateOzonePlatformEgltest();
} // namespace ui
-#endif // UI_OZONE_PLATFORM_CACA_OZONE_PLATFORM_CACA_H_
+#endif // UI_OZONE_PLATFORM_TEST_OZONE_PLATFORM_EGLTEST_H_
« no previous file with comments | « ui/ozone/platform/egltest/egltest.gypi ('k') | ui/ozone/platform/egltest/ozone_platform_egltest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698