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

Unified Diff: bindings/v8/RuntimeEnabledFeatures.h

Issue 14295007: Remove the CSS_COMPOSITING define, the CSS blending and compositing (Closed) Base URL: http://src.chromium.org/blink/trunk/Source/
Patch Set: Created 7 years, 8 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 | « WebKit/chromium/features.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bindings/v8/RuntimeEnabledFeatures.h
===================================================================
--- bindings/v8/RuntimeEnabledFeatures.h (revision 148420)
+++ bindings/v8/RuntimeEnabledFeatures.h (working copy)
@@ -80,13 +80,8 @@
static bool cssRegionsEnabled() { return false; }
#endif
-#if ENABLE(CSS_COMPOSITING)
static void setCSSCompositingEnabled(bool isEnabled) { isCSSCompositingEnabled = isEnabled; }
static bool cssCompositingEnabled() { return isCSSCompositingEnabled; }
-#else
- static void setCSSCompositingEnabled(bool) { }
- static bool cssCompositingEnabled() { return false; }
-#endif
#if ENABLE(FONT_LOAD_EVENTS)
static void setFontLoadEventsEnabled(bool isEnabled) { isFontLoadEventsEnabled = isEnabled; }
« no previous file with comments | « WebKit/chromium/features.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698