Index: Source/WebCore/platform/graphics/GraphicsContext3D.h |
diff --git a/Source/WebCore/platform/graphics/GraphicsContext3D.h b/Source/WebCore/platform/graphics/GraphicsContext3D.h |
index edd92a9b1da54e15c29c70e92ae814475d43082e..28d500906ef00460f8e6f7628d7d09a41263abcc 100644 |
--- a/Source/WebCore/platform/graphics/GraphicsContext3D.h |
+++ b/Source/WebCore/platform/graphics/GraphicsContext3D.h |
@@ -673,7 +673,7 @@ public: |
void stencilOp(GC3Denum fail, GC3Denum zfail, GC3Denum zpass); |
void stencilOpSeparate(GC3Denum face, GC3Denum fail, GC3Denum zfail, GC3Denum zpass); |
- bool texImage2D(GC3Denum target, GC3Dint level, GC3Denum internalformat, GC3Dsizei width, GC3Dsizei height, GC3Dint border, GC3Denum format, GC3Denum type, const void* pixels); |
+ void texImage2D(GC3Denum target, GC3Dint level, GC3Denum internalformat, GC3Dsizei width, GC3Dsizei height, GC3Dint border, GC3Denum format, GC3Denum type, const void* pixels); |
void texParameterf(GC3Denum target, GC3Denum pname, GC3Dfloat param); |
void texParameteri(GC3Denum target, GC3Denum pname, GC3Dint param); |
void texSubImage2D(GC3Denum target, GC3Dint level, GC3Dint xoffset, GC3Dint yoffset, GC3Dsizei width, GC3Dsizei height, GC3Denum format, GC3Denum type, const void* pixels); |