| Index: Source/WebCore/platform/graphics/surfaces/egl/EGLSurface.h
|
| ===================================================================
|
| --- Source/WebCore/platform/graphics/surfaces/egl/EGLSurface.h (revision 146732)
|
| +++ Source/WebCore/platform/graphics/surfaces/egl/EGLSurface.h (working copy)
|
| @@ -43,7 +43,7 @@
|
| class EGLWindowTransportSurface : public GLTransportSurface {
|
|
|
| public:
|
| - EGLWindowTransportSurface(const IntSize&, SurfaceAttributes);
|
| + EGLWindowTransportSurface(SurfaceAttributes);
|
| virtual ~EGLWindowTransportSurface();
|
| virtual PlatformSurfaceConfig configuration() OVERRIDE;
|
| virtual void setGeometry(const IntRect& newRect) OVERRIDE;
|
|
|