| Index: ui/ozone/platform/egltest/ozone_platform_egltest.cc
|
| diff --git a/ui/ozone/platform/egltest/ozone_platform_egltest.cc b/ui/ozone/platform/egltest/ozone_platform_egltest.cc
|
| index 230d03d91b9ad36d234b74173262c89ff072c256..6ccbfd13405a946f3716ef9a79f81b3d7cdf04a6 100644
|
| --- a/ui/ozone/platform/egltest/ozone_platform_egltest.cc
|
| +++ b/ui/ozone/platform/egltest/ozone_platform_egltest.cc
|
| @@ -197,8 +197,6 @@ class SurfaceFactoryEgltest : public ui::SurfaceFactoryOzone {
|
| virtual ~SurfaceFactoryEgltest() {}
|
|
|
| // SurfaceFactoryOzone:
|
| - virtual HardwareState InitializeHardware() OVERRIDE;
|
| - virtual void ShutdownHardware() OVERRIDE;
|
| virtual intptr_t GetNativeDisplay() OVERRIDE;
|
| virtual scoped_ptr<SurfaceOzoneEGL> CreateEGLSurfaceForWidget(
|
| gfx::AcceleratedWidget widget) OVERRIDE;
|
| @@ -212,14 +210,6 @@ class SurfaceFactoryEgltest : public ui::SurfaceFactoryOzone {
|
| LibeglplatformShimLoader* eglplatform_shim_;
|
| };
|
|
|
| -SurfaceFactoryEgltest::HardwareState
|
| -SurfaceFactoryEgltest::InitializeHardware() {
|
| - return INITIALIZED;
|
| -}
|
| -
|
| -void SurfaceFactoryEgltest::ShutdownHardware() {
|
| -}
|
| -
|
| intptr_t SurfaceFactoryEgltest::GetNativeDisplay() {
|
| return eglplatform_shim_->ShimGetNativeDisplay();
|
| }
|
|
|