Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(916)

Unified Diff: Source/core/layout/LayoutFieldset.h

Issue 1176833002: Removing FindLegendOption (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixing nits Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/layout/LayoutFieldset.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutFieldset.h
diff --git a/Source/core/layout/LayoutFieldset.h b/Source/core/layout/LayoutFieldset.h
index d1de67cdc9c9017c7eb8ce7b3fed5f9d20a610a7..45fa0a57a4f2bfe3a657831db75f361f1dded870 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* findInFlowLegend() const;
virtual const char* name() const override { return "LayoutFieldset"; }
« no previous file with comments | « no previous file | Source/core/layout/LayoutFieldset.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698