| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index a2816297526db24266be19aff26e2af74e2d2f99..ee053a59f947b56049740f37de602146aaddfad9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1333,7 +1333,7 @@ public:
|
| void setMayNeedPaintInvalidationSubtree();
|
|
|
| bool mayNeedPaintInvalidationAnimatedBackgroundImage() const { return m_bitfields.mayNeedPaintInvalidationAnimatedBackgroundImage(); }
|
| - void setMayNeedPaintInvalidationAnimatgedBackgroundImage();
|
| + void setMayNeedPaintInvalidationAnimatedBackgroundImage();
|
|
|
| bool shouldInvalidateSelection() const { return m_bitfields.shouldInvalidateSelection(); }
|
| void setShouldInvalidateSelection();
|
|
|