| Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| index 23c818acc3fd4305d6b23730e4f574f6849ebf88..75a907f320a3de64f857400719e2b9521d4c2d6b 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| @@ -625,6 +625,7 @@ class MODULES_EXPORT WebGLRenderingContextBase : public CanvasRenderingContext,
|
| bool paintRenderingResultsToCanvas(SourceDrawingBuffer) override;
|
| WebLayer* platformLayer() const override;
|
| void stop() override;
|
| + void finalizeFrame() override;
|
|
|
| // DrawingBuffer::Client implementation.
|
| bool DrawingBufferClientIsBoundForDraw() override;
|
| @@ -691,6 +692,7 @@ class MODULES_EXPORT WebGLRenderingContextBase : public CanvasRenderingContext,
|
| TaskRunnerTimer<WebGLRenderingContextBase> m_restoreTimer;
|
|
|
| bool m_markedCanvasDirty;
|
| + bool m_animationFrameInProgress;
|
|
|
| // List of bound VBO's. Used to maintain info about sizes for ARRAY_BUFFER and
|
| // stored values for ELEMENT_ARRAY_BUFFER
|
|
|