Upstream version 10.38.208.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / CompositingReasons.cpp
index 48725ab..f20e85d 100644 (file)
@@ -79,9 +79,9 @@ const CompositingReasonStringMap kCompositingReasonStringMap[] = {
     { CompositingReasonSquashingTransformAncestorMismatch,
         "squashingTransformAncestorMismatch",
         "Cannot be squashed because this layer has a different transform ancestor than the squashing layer" },
-    { CompositingReasonSquashingFilterAncestorMismatch,
+    { CompositingReasonSquashingFilterMismatch,
         "squashingFilterAncestorMismatch",
-        "Cannot be squashed because this layer has a different filter ancestor than the squashing layer" },
+        "Cannot be squashed because this layer has a different filter ancestor than the squashing layer, or this layer has a filter" },
     { CompositingReasonSquashingWouldBreakPaintOrder,
         "squashingWouldBreakPaintOrder",
         "Cannot be squashed without breaking paint order" },