| Index: third_party/WebKit/Source/core/paint/PaintLayer.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| index c7f325cbb9cc8bcc554ab303d11f0aa4f34505cd..a9a813efa21cf1fa1e69c7473414735a07bbe2bc 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| @@ -232,7 +232,7 @@ public:
|
| void removeOnlyThisLayer();
|
| void insertOnlyThisLayer();
|
|
|
| - void styleChanged(StyleDifference, const ComputedStyle* oldStyle);
|
| + void styleDidChange(StyleDifference, const ComputedStyle* oldStyle);
|
|
|
| // FIXME: Many people call this function while it has out-of-date information.
|
| bool isSelfPaintingLayer() const { return m_isSelfPaintingLayer; }
|
|
|