| 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
|
|
|