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

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.cpp

Issue 1734863003: Remove webkit-background-composite (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/frame/Deprecation.cpp
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
index f925991c5e122f461bf492f8762fcb2785f413ea..7075cf78eba9e755641f75526342a3fa3d8437bd 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -57,8 +57,6 @@ void Deprecation::warnOnDeprecatedProperties(const LocalFrame* frame, CSSPropert
String Deprecation::deprecationMessage(CSSPropertyID unresolvedProperty)
{
switch (unresolvedProperty) {
Timothy Loh 2016/02/29 02:36:32 this doesn't compile on some platforms. maybe we s
nainar 2016/02/29 03:18:33 Returning an empty string for now and leaving a co
- case CSSPropertyWebkitBackgroundComposite:
- return willBeRemoved("'-webkit-background-composite'", 51, "6607299456008192");
default:
return emptyString();
}
« no previous file with comments | « third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp ('k') | third_party/WebKit/Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698