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

Unified Diff: third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp

Issue 2578343002: Support compositing for active animations in SPv2. (Closed)
Patch Set: setNeedsPaintPropertyUpdate on PaintLayer::styleDidChange. 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/platform/graphics/CompositingReasons.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp b/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp
index b053de84f505848d6fc51dc027e197593868d766..a50fe42d967ae541717b1b0d8ce021eeeb5c2857 100644
--- a/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp
+++ b/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp
@@ -68,7 +68,7 @@ const CompositingReasonStringMap kCompositingReasonStringMap[] = {
"composited descendants"},
{CompositingReasonBlendingWithCompositedDescendants,
"blendingWithCompositedDescendants",
- "Has a blenidng effect that needs to be known by compositor because of "
+ "Has a blending effect that needs to be known by compositor because of "
"composited descendants"},
{CompositingReasonClipsCompositingDescendants,
"clipsCompositingDescendants",

Powered by Google App Engine
This is Rietveld 408576698