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

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

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.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;

Powered by Google App Engine
This is Rietveld 408576698