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

Unified Diff: Source/WebCore/PlatformEfl.cmake

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
« no previous file with comments | « no previous file | Source/WebCore/platform/graphics/efl/GraphicsContext3DPrivate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/PlatformEfl.cmake
===================================================================
--- Source/WebCore/PlatformEfl.cmake (revision 146732)
+++ Source/WebCore/PlatformEfl.cmake (working copy)
@@ -297,7 +297,6 @@
list(APPEND WebCore_INCLUDE_DIRECTORIES
"${WEBCORE_DIR}/platform/graphics/opengl"
"${WEBCORE_DIR}/platform/graphics/surfaces"
- "${WEBCORE_DIR}/platform/graphics/surfaces/efl"
"${WEBCORE_DIR}/platform/graphics/surfaces/glx"
"${WEBCORE_DIR}/platform/graphics/texmap"
)
@@ -317,9 +316,8 @@
platform/graphics/opengl/GLPlatformContext.cpp
platform/graphics/opengl/GLPlatformSurface.cpp
platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp
+ platform/graphics/surfaces/GLTransportSurface.cpp
platform/graphics/surfaces/GraphicsSurface.cpp
- platform/graphics/surfaces/efl/GLTransportSurface.cpp
- platform/graphics/surfaces/efl/GraphicsSurfaceCommon.cpp
platform/graphics/surfaces/glx/X11Helper.cpp
platform/graphics/texmap/TextureMapperGL.cpp
platform/graphics/texmap/TextureMapperShaderProgram.cpp
@@ -335,6 +333,7 @@
list(APPEND WebCore_SOURCES
platform/graphics/surfaces/glx/GLXContext.cpp
platform/graphics/surfaces/glx/GLXSurface.cpp
+ platform/graphics/surfaces/glx/GraphicsSurfaceGLX.cpp
)
endif ()
« no previous file with comments | « no previous file | Source/WebCore/platform/graphics/efl/GraphicsContext3DPrivate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698