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

Unified Diff: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp

Issue 2570463002: Moved -webkit-print-color-adjust property to be generated. (Closed)
Patch Set: Rebase 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/css/ComputedStyleCSSValueMapping.cpp
diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
index a3178b63a3d4268ce3a42b2ce514a918ff86b559..a6a30d6339df8efb9a681f30fd9726d1dab180c8 100644
--- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
+++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
@@ -2220,7 +2220,7 @@ const CSSValue* ComputedStyleCSSValueMapping::get(
? style.visitedDependentColor(CSSPropertyColor).rgb()
: style.color().rgb());
case CSSPropertyWebkitPrintColorAdjust:
- return CSSIdentifierValue::create(style.getPrintColorAdjust());
+ return CSSIdentifierValue::create(style.printColorAdjust());
case CSSPropertyColumnCount:
if (style.hasAutoColumnCount())
return CSSIdentifierValue::create(CSSValueAuto);
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSProperties.in ('k') | third_party/WebKit/Source/core/paint/BoxPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698