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

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

Issue 2450093005: Support display: contents for elements, first-line and first-letter pseudos. (Closed)
Patch Set: Allow text as child of the LayoutView, since it can happen with display: contents Created 4 years 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
Index: third_party/WebKit/Source/core/layout/LayoutView.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutView.h b/third_party/WebKit/Source/core/layout/LayoutView.h
index d06179e4d901857234004f0f1bfc784db82d0b9c..30e7d8fcd5419e99f4174d020b989821d647fce7 100644
--- a/third_party/WebKit/Source/core/layout/LayoutView.h
+++ b/third_party/WebKit/Source/core/layout/LayoutView.h
@@ -83,8 +83,6 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow {
PaintLayerType layerTypeRequired() const override { return NormalPaintLayer; }
- bool isChildAllowed(LayoutObject*, const ComputedStyle&) const override;
-
void layout() override;
void updateLogicalWidth() override;
void computeLogicalHeight(LayoutUnit logicalHeight,

Powered by Google App Engine
This is Rietveld 408576698