X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fplatform%2Fgraphics%2FCompositingReasons.cpp;h=265e3988906951f46b25f463a56104f6f8816269;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=f20e85d6945d7d9cbe1c90d69e53616065e936a5;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp b/src/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp index f20e85d..265e398 100644 --- a/src/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp +++ b/src/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp @@ -97,6 +97,9 @@ const CompositingReasonStringMap kCompositingReasonStringMap[] = { { CompositingReasonSquashingReflectionIsDisallowed, "squashingReflectionDisallowed", "Squashing a element with a reflection is not supported." }, + { CompositingReasonSquashingBlendingIsDisallowed, + "squashingBlendingDisallowed", + "Squashing a layer with blending is not supported." }, { CompositingReasonTransformWithCompositedDescendants, "transformWithCompositedDescendants", "Has a transform that needs to be known by compositor because of composited descendants" },