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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBox.h

Issue 2446433002: Cleanups to remove an unnecessary parameter in LayoutBox::mapScrollingContentsRectToBoxSpace. (Closed)
Patch Set: none Created 4 years, 2 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 | third_party/WebKit/Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/LayoutBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
index fe2e00d0193505c3fea8e92e25ff97770ac3483d..b547802b951a2b8ede939d33868bef206ed37b5e 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
@@ -52,12 +52,6 @@ enum BackgroundRectType { BackgroundClipRect, BackgroundKnownOpaqueRect };
enum ShouldComputePreferred { ComputeActual, ComputePreferred };
-enum ApplyOverflowClipFlag {
- ApplyOverflowClip,
- // Don't apply overflow clipping or scrolling.
- ApplyNonScrollOverflowClip
-};
-
using SnapAreaSet = HashSet<const LayoutBox*>;
struct LayoutBoxRareData {
@@ -1217,7 +1211,6 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
// may return true even if the resulting rect has zero area.
bool mapScrollingContentsRectToBoxSpace(
LayoutRect&,
- ApplyOverflowClipFlag,
VisualRectFlags = DefaultVisualRectFlags) const;
virtual bool hasRelativeLogicalWidth() const;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698