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

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

Issue 1426403003: canvas: Remove darker composite operator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/UseCounter.cpp
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp
index 829856f1f48067ca004e3792c2cf8f01886c3449..10e8a55e00c30602b786471c2d26222de980b752 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
@@ -831,9 +831,6 @@ String UseCounter::deprecationMessage(Feature feature)
case ConsoleTimelineEnd:
return replacedBy("console.timelineEnd", "console.timeEnd");
- case CanvasRenderingContext2DCompositeOperationDarker:
- return replacedBy("darker", "darken");
-
case XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload:
return "Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.";

Powered by Google App Engine
This is Rietveld 408576698