| Index: Source/platform/graphics/gpu/DrawingBuffer.h
|
| diff --git a/Source/platform/graphics/gpu/DrawingBuffer.h b/Source/platform/graphics/gpu/DrawingBuffer.h
|
| index d2531168184b3acb2b53f3d106097debe43f2abf..81c98223027a66456c277fb06c4bb9284ae22c54 100644
|
| --- a/Source/platform/graphics/gpu/DrawingBuffer.h
|
| +++ b/Source/platform/graphics/gpu/DrawingBuffer.h
|
| @@ -106,7 +106,7 @@ public:
|
| // Given the desired buffer size, provides the largest dimensions that will fit in the pixel budget.
|
| static IntSize adjustSize(const IntSize& desiredSize, const IntSize& curSize, int maxTextureSize);
|
| bool reset(const IntSize&);
|
| - void bind();
|
| + void bind(GLenum target = GL_FRAMEBUFFER);
|
| IntSize size() const { return m_size; }
|
|
|
| // Copies the multisample color buffer to the normal color buffer and leaves m_fbo bound.
|
|
|