summaryrefslogtreecommitdiff
path: root/Source/WebKit/chromium/src/WebGraphicsContext3D.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/src/WebGraphicsContext3D.cpp')
-rw-r--r--Source/WebKit/chromium/src/WebGraphicsContext3D.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/WebKit/chromium/src/WebGraphicsContext3D.cpp b/Source/WebKit/chromium/src/WebGraphicsContext3D.cpp
index 51fbfb70d..f9e051852 100644
--- a/Source/WebKit/chromium/src/WebGraphicsContext3D.cpp
+++ b/Source/WebKit/chromium/src/WebGraphicsContext3D.cpp
@@ -30,8 +30,6 @@
namespace WebKit {
-#if WEBKIT_USING_SKIA
-
namespace {
void bindWebGraphicsContext3DGLContextCallback(const GrGLInterface* interface)
{
@@ -49,6 +47,4 @@ GrGLInterface* WebGraphicsContext3D::createGrGLInterface()
return interface;
}
-#endif
-
} // namespace WebKit