| Index: cc/CCRendererGL.cpp
|
| diff --git a/cc/CCRendererGL.cpp b/cc/CCRendererGL.cpp
|
| index f86e96c0962aa8b0b47b9168b303986b63c84554..50fed7abcf40c750d65b5087d4ec73b8e9b4c65e 100644
|
| --- a/cc/CCRendererGL.cpp
|
| +++ b/cc/CCRendererGL.cpp
|
| @@ -943,6 +943,11 @@ void CCRendererGL::finishDrawingFrame(DrawingFrame& frame)
|
| GLC(m_context, m_context->disable(GraphicsContext3D::BLEND));
|
| }
|
|
|
| +bool CCRendererGL::flippedFramebuffer() const
|
| +{
|
| + return true;
|
| +}
|
| +
|
| void CCRendererGL::toGLMatrix(float* flattened, const WebTransformationMatrix& m)
|
| {
|
| flattened[0] = m.m11();
|
|
|