Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: Source/WebCore/platform/graphics/surfaces/egl/EGLSurface.cpp

Issue 13046002: Revert 146458 "[EFL][WebGL] Implement a common GraphicsSurface I..." (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1451/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « Source/WebCore/platform/graphics/surfaces/egl/EGLSurface.h ('k') | Source/WebCore/platform/graphics/surfaces/glx/GLXSurface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698