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

Unified Diff: public/platform/WebCompositingReasons.h

Issue 23511004: mix-blend-mode implementation for accelerated layers - blink part (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: removed a failing reftest dependent on render-compositor bindings Created 7 years 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 | « Source/web/AssertMatchingEnums.cpp ('k') | public/platform/WebLayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCompositingReasons.h
diff --git a/public/platform/WebCompositingReasons.h b/public/platform/WebCompositingReasons.h
index 03ae0be6ea80d3cf540046e9f4dedf9cddcd316f..4affa6d25b0b72db63492f050a4006721cab31f9 100644
--- a/public/platform/WebCompositingReasons.h
+++ b/public/platform/WebCompositingReasons.h
@@ -71,6 +71,7 @@ const uint64_t CompositingReasonLayerForBackground = static_
const uint64_t CompositingReasonLayerForMask = static_cast<uint64_t>(1) << 31;
const uint64_t CompositingReasonOverflowScrollingParent = static_cast<uint64_t>(1) << 32;
const uint64_t CompositingReasonOutOfFlowClipping = static_cast<uint64_t>(1) << 33;
+const uint64_t CompositingReasonIsolateCompositedDescendants = static_cast<uint64_t>(1) << 35;
typedef uint64_t WebCompositingReasons;
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | public/platform/WebLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698