| 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 65cc8039420e7cae77031c04e24088b1d3245578..6271feabec95c3d4c4baca7d5d590420ae9f0450 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -318,13 +318,6 @@ void HTMLCanvasElement::didFinalizeFrame()
|
| m_dirtyRect = FloatRect();
|
| }
|
|
|
| -void HTMLCanvasElement::didDisableAcceleration()
|
| -{
|
| - // We must force a paint invalidation on the canvas even if it's
|
| - // content did not change because it layer was destroyed.
|
| - didDraw(FloatRect(0, 0, size().width(), size().height()));
|
| -}
|
| -
|
| void HTMLCanvasElement::restoreCanvasMatrixClipStack(SkCanvas* canvas) const
|
| {
|
| if (m_context)
|
|
|