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

Unified Diff: sky/engine/platform/graphics/CompositingReasons.cpp

Issue 709623002: Remove sparsity tolerance check when considering squashing layers (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 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
« no previous file with comments | « sky/engine/platform/graphics/CompositingReasons.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/graphics/CompositingReasons.cpp
diff --git a/sky/engine/platform/graphics/CompositingReasons.cpp b/sky/engine/platform/graphics/CompositingReasons.cpp
index 6ee81c431eb8161311e448c42eacfcbeb7ce2637..2019180a5a0b728ef24e177b54ce183891ef3e2e 100644
--- a/sky/engine/platform/graphics/CompositingReasons.cpp
+++ b/sky/engine/platform/graphics/CompositingReasons.cpp
@@ -58,9 +58,6 @@ const CompositingReasonStringMap kCompositingReasonStringMap[] = {
{ CompositingReasonScrollsWithRespectToSquashingLayer,
"scrollsWithRespectToSquashingLayer",
"Cannot be squashed since this layer scrolls with respect to the squashing layer" },
- { CompositingReasonSquashingSparsityExceeded,
- "squashingSparsityExceeded",
- "Cannot be squashed as the squashing layer would become too sparse" },
{ CompositingReasonSquashingClippingContainerMismatch,
"squashingClippingContainerMismatch",
"Cannot be squashed because this layer has a different clipping container than the squashing layer" },
« no previous file with comments | « sky/engine/platform/graphics/CompositingReasons.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698