| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2006, 2007, 2008, 2009, 2013 Apple Inc. All rights reserved. | 2 * Copyright (C) 2006, 2007, 2008, 2009, 2013 Apple Inc. All rights reserved. |
| 3 * Copyright (C) 2007-2009 Torch Mobile, Inc. | 3 * Copyright (C) 2007-2009 Torch Mobile, Inc. |
| 4 * Copyright (C) 2010, 2011 Research In Motion Limited. All rights reserved. | 4 * Copyright (C) 2010, 2011 Research In Motion Limited. All rights reserved. |
| 5 * Copyright (C) 2013 Samsung Electronics. All rights reserved. | 5 * Copyright (C) 2013 Samsung Electronics. All rights reserved. |
| 6 * | 6 * |
| 7 * Redistribution and use in source and binary forms, with or without | 7 * Redistribution and use in source and binary forms, with or without |
| 8 * modification, are permitted provided that the following conditions | 8 * modification, are permitted provided that the following conditions |
| 9 * are met: | 9 * are met: |
| 10 * 1. Redistributions of source code must retain the above copyright | 10 * 1. Redistributions of source code must retain the above copyright |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 #endif | 137 #endif |
| 138 | 138 |
| 139 #if !defined(ENABLE_CSS_IMAGE_RESOLUTION) | 139 #if !defined(ENABLE_CSS_IMAGE_RESOLUTION) |
| 140 #define ENABLE_CSS_IMAGE_RESOLUTION 0 | 140 #define ENABLE_CSS_IMAGE_RESOLUTION 0 |
| 141 #endif | 141 #endif |
| 142 | 142 |
| 143 #if !defined(ENABLE_CSS_IMAGE_SET) | 143 #if !defined(ENABLE_CSS_IMAGE_SET) |
| 144 #define ENABLE_CSS_IMAGE_SET 0 | 144 #define ENABLE_CSS_IMAGE_SET 0 |
| 145 #endif | 145 #endif |
| 146 | 146 |
| 147 #if !defined(ENABLE_CSS_SHADERS) | |
| 148 #define ENABLE_CSS_SHADERS 0 | |
| 149 #endif | |
| 150 | |
| 151 #if !defined(ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED) | 147 #if !defined(ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED) |
| 152 #define ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED 0 | 148 #define ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED 0 |
| 153 #endif | 149 #endif |
| 154 | 150 |
| 155 #if !defined(ENABLE_CUSTOM_SCHEME_HANDLER) | 151 #if !defined(ENABLE_CUSTOM_SCHEME_HANDLER) |
| 156 #define ENABLE_CUSTOM_SCHEME_HANDLER 0 | 152 #define ENABLE_CUSTOM_SCHEME_HANDLER 0 |
| 157 #endif | 153 #endif |
| 158 | 154 |
| 159 #if !defined(ENABLE_DATALIST_ELEMENT) | 155 #if !defined(ENABLE_DATALIST_ELEMENT) |
| 160 #define ENABLE_DATALIST_ELEMENT 0 | 156 #define ENABLE_DATALIST_ELEMENT 0 |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 494 | 490 |
| 495 #if ENABLE(SVG_FONTS) && !ENABLE(SVG) | 491 #if ENABLE(SVG_FONTS) && !ENABLE(SVG) |
| 496 #error "ENABLE(SVG_FONTS) requires ENABLE(SVG)" | 492 #error "ENABLE(SVG_FONTS) requires ENABLE(SVG)" |
| 497 #endif | 493 #endif |
| 498 | 494 |
| 499 #if ENABLE(VIDEO_TRACK) && !ENABLE(VIDEO) | 495 #if ENABLE(VIDEO_TRACK) && !ENABLE(VIDEO) |
| 500 #error "ENABLE(VIDEO_TRACK) requires ENABLE(VIDEO)" | 496 #error "ENABLE(VIDEO_TRACK) requires ENABLE(VIDEO)" |
| 501 #endif | 497 #endif |
| 502 | 498 |
| 503 #endif /* WTF_FeatureDefines_h */ | 499 #endif /* WTF_FeatureDefines_h */ |
| OLD | NEW |