git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
[WebKit-https.git]
/
Source
/
WebCore
/
platform
/
graphics
/
surfaces
/
efl
/
GraphicsSurfaceCommon.cpp
diff --git
a/Source/WebCore/platform/graphics/surfaces/efl/GraphicsSurfaceCommon.cpp
b/Source/WebCore/platform/graphics/surfaces/efl/GraphicsSurfaceCommon.cpp
index
be8c698
..
ec4f122
100644
(file)
--- a/
Source/WebCore/platform/graphics/surfaces/efl/GraphicsSurfaceCommon.cpp
+++ b/
Source/WebCore/platform/graphics/surfaces/efl/GraphicsSurfaceCommon.cpp
@@
-25,9
+25,6
@@
#include "config.h"
#include "GraphicsSurface.h"
-
-#if USE(GRAPHICS_SURFACE)
-
#include "GLPlatformContext.h"
#include "GLTransportSurface.h"
#include "NotImplemented.h"
@@
-267,4
+264,3
@@
PassRefPtr<Image> GraphicsSurface::createReadOnlyImage(const IntRect&)
}
-#endif