| Index: third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.cpp b/third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| index 5ef0366d72a31aef7640ca2a267b4675ea391a5d..2cbe2e2beb2b07a9640d1bc24e7407fc75563084 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| @@ -1441,7 +1441,7 @@ void LayoutInline::ImageChanged(WrappedImagePtr, const IntRect*) {
|
| return;
|
|
|
| // FIXME: We can do better.
|
| - SetShouldDoFullPaintInvalidation();
|
| + SetShouldDoFullPaintInvalidation(PaintInvalidationReason::kImage);
|
| }
|
|
|
| namespace {
|
|
|