| Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| index 8197f0d17d83a0500495e450ac2042f65d600e8e..a07ec2190bc0b434d1ff3bfbf477b4fad3c79007 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -1202,8 +1202,6 @@ void HTMLCanvasElement::contextDestroyed(ExecutionContext*) {
|
| m_context->stop();
|
| }
|
|
|
| -void HTMLCanvasElement::contextDestroyed(Page*) {}
|
| -
|
| void HTMLCanvasElement::styleDidChange(const ComputedStyle* oldStyle,
|
| const ComputedStyle& newStyle) {
|
| if (m_context)
|
|
|