Chromium Code Reviews| 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 fbe421bc71978f52203a339ba876c9c3b362965e..b7aeac449231cfe0cefe9509d001011a4fc4ab22 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp |
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp |
| @@ -1408,7 +1408,7 @@ void HTMLCanvasElement::createLayer() { |
| m_surfaceLayerBridge->createSolidColorLayer(); |
| } |
| -void HTMLCanvasElement::OnWebLayerReplaced() { |
| +void HTMLCanvasElement::OnWebLayerReplaced(int width, int height) { |
|
Justin Novosad
2016/12/20 22:06:08
Revert
|
| setNeedsCompositingUpdate(); |
| } |