Chromium Code Reviews| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp |
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp |
| index 1675ae9184734d9bb0cbfc90707de1c7d20e1afc..e06799f03b91379d93a5addb7cefe44ba6847277 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp |
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp |
| @@ -401,6 +401,7 @@ void GraphicsLayer::notifyFirstPaintToClient() |
| m_imagePainted = true; |
| m_client->notifyFirstImagePaint(); |
| } |
| + m_client->notifyPaint(); |
|
kouhei (in TOK)
2016/07/28 03:45:04
Should we refactor this so that we pass notifyPain
Kunihiko Sakamoto
2016/08/01 08:52:07
Done.
|
| } |
| void GraphicsLayer::updateChildList() |