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

Unified Diff: webkit/renderer/compositor_bindings/web_compositing_reasons.cc

Issue 105333002: Revert of Renderer-compositor bindings for mix-blend-mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: webkit/renderer/compositor_bindings/web_compositing_reasons.cc
diff --git a/webkit/renderer/compositor_bindings/web_compositing_reasons.cc b/webkit/renderer/compositor_bindings/web_compositing_reasons.cc
index ace216b173f3234be53c027b6796c733a38d1909..ae9d6043ef998f404ba6fdc5bedb7e39d42471cd 100644
--- a/webkit/renderer/compositor_bindings/web_compositing_reasons.cc
+++ b/webkit/renderer/compositor_bindings/web_compositing_reasons.cc
@@ -145,7 +145,3 @@
COMPILE_ASSERT_MATCHING_UINT64(
cc::kCompositingReasonOutOfFlowClipping,
blink::CompositingReasonOutOfFlowClipping);
-
-COMPILE_ASSERT_MATCHING_UINT64(
- cc::kCompositingReasonIsolateCompositedDescendants,
- blink::CompositingReasonIsolateCompositedDescendants);
« no previous file with comments | « webkit/renderer/compositor_bindings/web_blend_mode.h ('k') | webkit/renderer/compositor_bindings/web_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698