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

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleAdjuster.h

Issue 2450093005: Support display: contents for elements, first-line and first-letter pseudos. (Closed)
Patch Set: Support display: contents for elements, first-line and first-letter pseudos. Created 3 years, 10 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
Index: third_party/WebKit/Source/core/css/resolver/StyleAdjuster.h
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.h b/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.h
index 2a5fc99a5e517bdee1c3fd6f480a7231c25f8121..efcd20b3dacbee109cf19db7e69f90737a4562f1 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.h
+++ b/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.h
@@ -39,6 +39,7 @@ class StyleAdjuster {
public:
static void adjustComputedStyle(ComputedStyle& styleToAdjust,
const ComputedStyle& parentStyle,
+ const ComputedStyle& layoutParentStyle,
Element*);
static void adjustStyleForEditing(ComputedStyle&);
static void adjustStyleForAlignment(ComputedStyle&,

Powered by Google App Engine
This is Rietveld 408576698