Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / CompositingReasons.cpp
index f20e85d..265e398 100644 (file)
@@ -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" },