| 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 6a3296d684a7bd70115ec7a9acbf67b3f07b9ab9..1d1b8a81982e211b2a405584a53a1559c0892c0e 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 gfx::AcceleratedWidget GetAcceleratedWidget() OVERRIDE;
|
| virtual scoped_ptr<SurfaceOzoneEGL> CreateEGLSurfaceForWidget(
|
| @@ -213,14 +211,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();
|
| }
|
|
|