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

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

Issue 688433003: Remove viewportConstrained plumbing. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 months 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 e5042083115ead6b312827ebfd2887499ae7e2fc..f441e84c26cfdb7b76c278b9efa6fe0ec5dc0459 100644
--- a/sky/engine/platform/graphics/CompositingReasons.cpp
+++ b/sky/engine/platform/graphics/CompositingReasons.cpp
@@ -34,9 +34,6 @@ const CompositingReasonStringMap kCompositingReasonStringMap[] = {
{ CompositingReasonTransitionProperty,
"transitionProperty",
"Has an acceleratable transition property (active or inactive)" },
- { CompositingReasonPositionFixed,
- "positionFixed",
- "Is fixed position" },
{ CompositingReasonOverflowScrollingTouch,
"overflowScrollingTouch",
"Is a scrollable overflow element" },
« 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