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

Side by Side Diff: Source/core/svg/SVGElement.cpp

Issue 1286973002: Deprecate enable-background property (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed failures Created 5 years, 4 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 unified diff | Download patch
« no previous file with comments | « Source/core/svg/SVGAttributeNames.in ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2004, 2005, 2006, 2007, 2008 Nikolas Zimmermann <zimmermann@kde .org> 2 * Copyright (C) 2004, 2005, 2006, 2007, 2008 Nikolas Zimmermann <zimmermann@kde .org>
3 * Copyright (C) 2004, 2005, 2006, 2008 Rob Buis <buis@kde.org> 3 * Copyright (C) 2004, 2005, 2006, 2008 Rob Buis <buis@kde.org>
4 * Copyright (C) 2008 Apple Inc. All rights reserved. 4 * Copyright (C) 2008 Apple Inc. All rights reserved.
5 * Copyright (C) 2008 Alp Toker <alp@atoker.com> 5 * Copyright (C) 2008 Alp Toker <alp@atoker.com>
6 * Copyright (C) 2009 Cameron McCormack <cam@mcc.id.au> 6 * Copyright (C) 2009 Cameron McCormack <cam@mcc.id.au>
7 * 7 *
8 * This library is free software; you can redistribute it and/or 8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Library General Public 9 * modify it under the terms of the GNU Library General Public
10 * License as published by the Free Software Foundation; either 10 * License as published by the Free Software Foundation; either
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 &clip_pathAttr, 303 &clip_pathAttr,
304 &clip_ruleAttr, 304 &clip_ruleAttr,
305 &SVGNames::colorAttr, 305 &SVGNames::colorAttr,
306 &color_interpolationAttr, 306 &color_interpolationAttr,
307 &color_interpolation_filtersAttr, 307 &color_interpolation_filtersAttr,
308 &color_renderingAttr, 308 &color_renderingAttr,
309 &cursorAttr, 309 &cursorAttr,
310 &SVGNames::directionAttr, 310 &SVGNames::directionAttr,
311 &displayAttr, 311 &displayAttr,
312 &dominant_baselineAttr, 312 &dominant_baselineAttr,
313 &enable_backgroundAttr,
314 &fillAttr, 313 &fillAttr,
315 &fill_opacityAttr, 314 &fill_opacityAttr,
316 &fill_ruleAttr, 315 &fill_ruleAttr,
317 &filterAttr, 316 &filterAttr,
318 &flood_colorAttr, 317 &flood_colorAttr,
319 &flood_opacityAttr, 318 &flood_opacityAttr,
320 &font_familyAttr, 319 &font_familyAttr,
321 &font_sizeAttr, 320 &font_sizeAttr,
322 &font_stretchAttr, 321 &font_stretchAttr,
323 &font_styleAttr, 322 &font_styleAttr,
(...skipping 842 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 Element::trace(visitor); 1165 Element::trace(visitor);
1167 } 1166 }
1168 1167
1169 const AtomicString& SVGElement::eventParameterName() 1168 const AtomicString& SVGElement::eventParameterName()
1170 { 1169 {
1171 DEFINE_STATIC_LOCAL(const AtomicString, evtString, ("evt", AtomicString::Con structFromLiteral)); 1170 DEFINE_STATIC_LOCAL(const AtomicString, evtString, ("evt", AtomicString::Con structFromLiteral));
1172 return evtString; 1171 return evtString;
1173 } 1172 }
1174 1173
1175 } // namespace blink 1174 } // namespace blink
OLDNEW
« no previous file with comments | « Source/core/svg/SVGAttributeNames.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698