Chromium Code Reviews| 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 1ca5458ee632191182b3b3330dc0b3f066be3a69..d65a5f7c2bbf6b7ee46978cc63a85c6678c921fa 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
| @@ -209,7 +209,6 @@ private: |
| FloatRect m_dirtyRect; |
| mutable intptr_t m_externallyAllocatedMemory; |
| - |
|
Justin Novosad
2015/12/08 22:15:27
No real changes to this file, please revert.
|
| bool m_originClean; |
| // It prevents HTMLCanvasElement::buffer() from continuously re-attempting to allocate an imageBuffer |