Chromium Code Reviews| Index: Source/core/layout/LayoutFieldset.h |
| diff --git a/Source/core/layout/LayoutFieldset.h b/Source/core/layout/LayoutFieldset.h |
| index d1de67cdc9c9017c7eb8ce7b3fed5f9d20a610a7..71f20847dde31aa3627584f781f8131191a42289 100644 |
| --- a/Source/core/layout/LayoutFieldset.h |
| +++ b/Source/core/layout/LayoutFieldset.h |
| @@ -32,8 +32,7 @@ class LayoutFieldset final : public LayoutBlockFlow { |
| public: |
| explicit LayoutFieldset(Element*); |
| - enum FindLegendOption { IgnoreFloatingOrOutOfFlow, IncludeFloatingOrOutOfFlow }; |
| - LayoutBox* findLegend(FindLegendOption = IgnoreFloatingOrOutOfFlow) const; |
| + LayoutBox* findLegend() const; |
|
a.suchit2
2015/06/10 08:00:11
Change function's name as "findInFlowLegend".
|
| virtual const char* name() const override { return "LayoutFieldset"; } |