Index: Source/core/platform/graphics/GraphicsContext3D.cpp |
diff --git a/Source/core/platform/graphics/GraphicsContext3D.cpp b/Source/core/platform/graphics/GraphicsContext3D.cpp |
index 7f363845b8bc118e0e286cf8f647ddd5567e8891..f3caf3a24395ca8faffd2222d69983013f957d51 100644 |
--- a/Source/core/platform/graphics/GraphicsContext3D.cpp |
+++ b/Source/core/platform/graphics/GraphicsContext3D.cpp |
@@ -27,8 +27,6 @@ |
#include "config.h" |
-#if USE(3D_GRAPHICS) |
- |
#include "core/platform/graphics/GraphicsContext3D.h" |
#include "core/platform/graphics/cpu/arm/GraphicsContext3DNEON.h" |
@@ -2346,5 +2344,3 @@ unsigned GraphicsContext3D::getChannelBitsByFormat(GC3Denum format) |
} |
} // namespace WebCore |
- |
-#endif // USE(3D_GRAPHICS) |