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

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

Issue 715873005: Fix typo-breakage (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 | « no previous file | 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.h
diff --git a/sky/engine/platform/graphics/CompositingReasons.h b/sky/engine/platform/graphics/CompositingReasons.h
index d8b44a87bee1f451e5252ad96f3d105427a80ac6..96325da7b89350b246b3da0227c5ca212341dcee 100644
--- a/sky/engine/platform/graphics/CompositingReasons.h
+++ b/sky/engine/platform/graphics/CompositingReasons.h
@@ -51,7 +51,7 @@ const uint64_t CompositingReasonBlendingWithCompositedDescendants = UINT6
const uint64_t CompositingReasonClipsCompositingDescendants = UINT64_C(1) << 34;
const uint64_t CompositingReasonPerspectiveWith3DDescendants = UINT64_C(1) << 35;
const uint64_t CompositingReasonPreserve3DWith3DDescendants = UINT64_C(1) << 36;
-const uint64_t CompositingReasoWnIsolateCompositedDescendants = UINT64_C(1) << 38;
+const uint64_t CompositingReasonIsolateCompositedDescendants = UINT64_C(1) << 38;
// The root layer is a special case that may be forced to be a layer, but also it needs to be
// a layer if anything else in the subtree is composited.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698