| 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 fbdd862aa8295608cc0654fd508e8a3889a1420e..60a58ab40d1a27712cc0be098830ebb85e007b71 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -359,6 +359,10 @@ void HTMLCanvasElement::RestoreCanvasMatrixClipStack(
|
| context_->RestoreCanvasMatrixClipStack(canvas);
|
| }
|
|
|
| +void HTMLCanvasElement::SetNeedsCompositingUpdate() {
|
| + Element::SetNeedsCompositingUpdate();
|
| +}
|
| +
|
| void HTMLCanvasElement::DoDeferredPaintInvalidation() {
|
| DCHECK(!dirty_rect_.IsEmpty());
|
| if (context_->Is2d()) {
|
|
|