| 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 7ab2325202f446b7fa4ad862b08041b279f6cecb..24268d648bd1fad8e8e8dad8caf5166be648e55a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -337,7 +337,8 @@ void HTMLCanvasElement::didDisableAcceleration() {
|
| didDraw(FloatRect(0, 0, size().width(), size().height()));
|
| }
|
|
|
| -void HTMLCanvasElement::restoreCanvasMatrixClipStack(SkCanvas* canvas) const {
|
| +void HTMLCanvasElement::restoreCanvasMatrixClipStack(
|
| + PaintCanvas* canvas) const {
|
| if (m_context)
|
| m_context->restoreCanvasMatrixClipStack(canvas);
|
| }
|
|
|