| 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 ccb457742376b6f94f3383fbf753d21ff1483e1b..b49b421e44bd91e9fadcc24eb57a7b3c1f67d9a2 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| @@ -440,7 +440,7 @@ public:
|
|
|
| void updateFilters(const ComputedStyle* oldStyle, const ComputedStyle& newStyle);
|
|
|
| - Node* enclosingElement() const;
|
| + Node* enclosingNode() const;
|
|
|
| bool isInTopLayer() const;
|
|
|
|
|