Index: Source/WebCore/platform/graphics/surfaces/egl/EGLSurface.cpp |
=================================================================== |
--- Source/WebCore/platform/graphics/surfaces/egl/EGLSurface.cpp (revision 146732) |
+++ Source/WebCore/platform/graphics/surfaces/egl/EGLSurface.cpp (working copy) |
@@ -30,8 +30,8 @@ |
namespace WebCore { |
-EGLWindowTransportSurface::EGLWindowTransportSurface(const IntSize& size, SurfaceAttributes attributes) |
- : GLTransportSurface(size, attributes) |
+EGLWindowTransportSurface::EGLWindowTransportSurface(SurfaceAttributes attributes) |
+ : GLTransportSurface(attributes) |
{ |
m_configSelector = adoptPtr(new EGLConfigSelector(attributes, NativeWrapper::nativeDisplay())); |
m_sharedDisplay = m_configSelector->display(); |