| Index: Source/core/rendering/RenderListBox.h
|
| diff --git a/Source/core/rendering/RenderListBox.h b/Source/core/rendering/RenderListBox.h
|
| index 9a99eab5f179f79c9458d7a1b5389b76e6aa304b..8dcc5a7e105b30c2626b095946780c5a84abc2b5 100644
|
| --- a/Source/core/rendering/RenderListBox.h
|
| +++ b/Source/core/rendering/RenderListBox.h
|
| @@ -82,7 +82,7 @@ private:
|
|
|
| virtual void layout() OVERRIDE;
|
|
|
| - virtual void invalidateTreeAfterLayout(const RenderLayerModelObject&) OVERRIDE FINAL;
|
| + virtual void invalidateTreeAfterLayout(const InvalidationTreeWalkState&) OVERRIDE FINAL;
|
|
|
| virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE;
|
|
|
|
|