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

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

Issue 2203773002: Add support for "image-set" Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/CSSImageSetValue.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSImageSetValue.cpp b/third_party/WebKit/Source/core/css/CSSImageSetValue.cpp
index 6a409e8394c2567631297660a934f1ecace68307..29d3ccf31fb515926e1174810c5c9cc5af696f69 100644
--- a/third_party/WebKit/Source/core/css/CSSImageSetValue.cpp
+++ b/third_party/WebKit/Source/core/css/CSSImageSetValue.cpp
@@ -131,7 +131,7 @@ StyleImage* CSSImageSetValue::cacheImage(Document* document, float deviceScaleFa
String CSSImageSetValue::customCSSText() const
{
StringBuilder result;
- result.append("-webkit-image-set(");
+ result.append("image-set(");
size_t length = this->length();
size_t i = 0;

Powered by Google App Engine
This is Rietveld 408576698