| Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| index 37f163851d52e143dff84248748b9b67fc700f65..b78c813d26de2595ec3a10bcb2d0d602ba90cace 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -3130,7 +3130,7 @@ void LayoutObject::setMayNeedPaintInvalidationSubtree()
|
| setMayNeedPaintInvalidation();
|
| }
|
|
|
| -void LayoutObject::setMayNeedPaintInvalidationAnimatgedBackgroundImage()
|
| +void LayoutObject::setMayNeedPaintInvalidationAnimatedBackgroundImage()
|
| {
|
| if (mayNeedPaintInvalidationAnimatedBackgroundImage())
|
| return;
|
|
|