| Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| index b06280ed04dbc1ccd318f1906b125c82ba05920f..241234a610411d263d4efeb73a0ee85b0ef9c2af 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -174,7 +174,6 @@ public:
|
| void createImageBufferUsingSurfaceForTesting(PassOwnPtr<ImageBufferSurface>);
|
|
|
| static void registerRenderingContextFactory(PassOwnPtr<CanvasRenderingContextFactory>);
|
| - void updateExternallyAllocatedMemory() const;
|
|
|
| void styleDidChange(const ComputedStyle* oldStyle, const ComputedStyle& newStyle);
|
|
|
| @@ -218,8 +217,6 @@ private:
|
| bool m_ignoreReset;
|
| FloatRect m_dirtyRect;
|
|
|
| - mutable intptr_t m_externallyAllocatedMemory;
|
| -
|
| bool m_originClean;
|
|
|
| // It prevents HTMLCanvasElement::buffer() from continuously re-attempting to allocate an imageBuffer
|
|
|