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

Unified Diff: ui/ozone/platform/eglheadless/eglplatform_shim.h

Issue 1410123003: Rename "test" ozone platform to "headless" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed egltest => eglheadless, test => headless Created 5 years, 2 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
Index: ui/ozone/platform/eglheadless/eglplatform_shim.h
diff --git a/ui/ozone/platform/egltest/eglplatform_shim.h b/ui/ozone/platform/eglheadless/eglplatform_shim.h
similarity index 96%
rename from ui/ozone/platform/egltest/eglplatform_shim.h
rename to ui/ozone/platform/eglheadless/eglplatform_shim.h
index ce7cce9838f06038c0b59f5e1bc2c05ad6d7fbb6..c200fa57469655556d3174cff5013e7a8abdf8c0 100644
--- a/ui/ozone/platform/egltest/eglplatform_shim.h
+++ b/ui/ozone/platform/eglheadless/eglplatform_shim.h
@@ -48,7 +48,7 @@ SHIM_EXPORT bool ShimDestroyWindow(ShimNativeWindowId window_id);
// Manage actual EGL platform objects (called from GPU process).
SHIM_EXPORT ShimEGLNativeDisplayType ShimGetNativeDisplay(void);
SHIM_EXPORT ShimEGLNativeWindowType
- ShimGetNativeWindow(ShimNativeWindowId native_window_id);
+ShimGetNativeWindow(ShimNativeWindowId native_window_id);
SHIM_EXPORT bool ShimReleaseNativeWindow(ShimEGLNativeWindowType native_window);
#ifdef __cplusplus

Powered by Google App Engine
This is Rietveld 408576698