| 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 ()
|
|
|
|
|