2011-03-14 Jarkko Sakkinen <jarkko.j.sakkinen@gmail.com>

        Reviewed by Kenneth Rohde Christiansen.

        [Qt] Compilation fails with --3d-canvas
        https://bugs.webkit.org/show_bug.cgi?id=55964

        * WebCore.pro:
        * platform/graphics/qt/Extensions3DQt.cpp:

git-svn-id: svn://svn.chromium.org/blink/trunk@81069 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 43bc186e
2011-03-14 Jarkko Sakkinen <jarkko.j.sakkinen@gmail.com>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Compilation fails with --3d-canvas
https://bugs.webkit.org/show_bug.cgi?id=55964
* WebCore.pro:
* platform/graphics/qt/Extensions3DQt.cpp:
2011-03-14 Brian Weinstein <bweinstein@apple.com> 2011-03-14 Brian Weinstein <bweinstein@apple.com>
Reviewed by Adam Roben and Gavin Barraclough. Reviewed by Adam Roben and Gavin Barraclough.
......
...@@ -3396,9 +3396,9 @@ contains(DEFINES, ENABLE_WEBGL=1) { ...@@ -3396,9 +3396,9 @@ contains(DEFINES, ENABLE_WEBGL=1) {
html/canvas/OESStandardDerivatives.h \ html/canvas/OESStandardDerivatives.h \
html/canvas/OESTextureFloat.h \ html/canvas/OESTextureFloat.h \
html/canvas/OESVertexArrayObject.h \ html/canvas/OESVertexArrayObject.h \
html/canvas/OESVertexArray.h \
html/canvas/WebGLTexture.h \ html/canvas/WebGLTexture.h \
html/canvas/WebGLUniformLocation.h \ html/canvas/WebGLUniformLocation.h \
html/canvas/WebGLVertexArrayObjectOES.h \
html/canvas/WebKitLoseContext.h \ html/canvas/WebKitLoseContext.h \
platform/graphics/Extensions3D.h \ platform/graphics/Extensions3D.h \
platform/graphics/GraphicsContext3D.h \ platform/graphics/GraphicsContext3D.h \
...@@ -3425,9 +3425,9 @@ contains(DEFINES, ENABLE_WEBGL=1) { ...@@ -3425,9 +3425,9 @@ contains(DEFINES, ENABLE_WEBGL=1) {
html/canvas/OESStandardDerivatives.cpp \ html/canvas/OESStandardDerivatives.cpp \
html/canvas/OESTextureFloat.cpp \ html/canvas/OESTextureFloat.cpp \
html/canvas/OESVertexArrayObject.cpp \ html/canvas/OESVertexArrayObject.cpp \
html/canvas/OESVertexArray.cpp \
html/canvas/WebGLTexture.cpp \ html/canvas/WebGLTexture.cpp \
html/canvas/WebGLUniformLocation.cpp \ html/canvas/WebGLUniformLocation.cpp \
html/canvas/WebGLVertexArrayObjectOES.cpp \
html/canvas/WebKitLoseContext.cpp \ html/canvas/WebKitLoseContext.cpp \
platform/graphics/GraphicsContext3D.cpp \ platform/graphics/GraphicsContext3D.cpp \
platform/graphics/gpu/DrawingBuffer.cpp \ platform/graphics/gpu/DrawingBuffer.cpp \
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include "Extensions3DQt.h" #include "Extensions3DQt.h"
#include "GraphicsContext3D.h" #include "GraphicsContext3D.h"
#include <QGLContext>
namespace WebCore { namespace WebCore {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment