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

Side by Side Diff: Source/core/css/CSSProperty.cpp

Issue 228323007: Remove color-profile from SVG (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix one more test Created 6 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 unified diff | Download patch
OLDNEW
1 /** 1 /**
2 * (C) 1999-2003 Lars Knoll (knoll@kde.org) 2 * (C) 1999-2003 Lars Knoll (knoll@kde.org)
3 * Copyright (C) 2004, 2005, 2006 Apple Computer, Inc. 3 * Copyright (C) 2004, 2005, 2006 Apple Computer, Inc.
4 * 4 *
5 * This library is free software; you can redistribute it and/or 5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public 6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either 7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version. 8 * version 2 of the License, or (at your option) any later version.
9 * 9 *
10 * This library is distributed in the hope that it will be useful, 10 * This library is distributed in the hope that it will be useful,
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 case CSSPropertyBorderTopStyle: 414 case CSSPropertyBorderTopStyle:
415 case CSSPropertyBorderTopWidth: 415 case CSSPropertyBorderTopWidth:
416 case CSSPropertyBorderWidth: 416 case CSSPropertyBorderWidth:
417 case CSSPropertyBottom: 417 case CSSPropertyBottom:
418 case CSSPropertyBoxShadow: 418 case CSSPropertyBoxShadow:
419 case CSSPropertyBoxSizing: 419 case CSSPropertyBoxSizing:
420 case CSSPropertyBufferedRendering: 420 case CSSPropertyBufferedRendering:
421 case CSSPropertyClear: 421 case CSSPropertyClear:
422 case CSSPropertyClip: 422 case CSSPropertyClip:
423 case CSSPropertyClipPath: 423 case CSSPropertyClipPath:
424 case CSSPropertyColorProfile:
425 case CSSPropertyContent: 424 case CSSPropertyContent:
426 case CSSPropertyCounterIncrement: 425 case CSSPropertyCounterIncrement:
427 case CSSPropertyCounterReset: 426 case CSSPropertyCounterReset:
428 case CSSPropertyDisplay: 427 case CSSPropertyDisplay:
429 case CSSPropertyDominantBaseline: 428 case CSSPropertyDominantBaseline:
430 case CSSPropertyEnableBackground: 429 case CSSPropertyEnableBackground:
431 case CSSPropertyFilter: 430 case CSSPropertyFilter:
432 case CSSPropertyFloat: 431 case CSSPropertyFloat:
433 case CSSPropertyFloodColor: 432 case CSSPropertyFloodColor:
434 case CSSPropertyFloodOpacity: 433 case CSSPropertyFloodOpacity:
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 return false; 678 return false;
680 case CSSPropertyInvalid: 679 case CSSPropertyInvalid:
681 ASSERT_NOT_REACHED(); 680 ASSERT_NOT_REACHED();
682 return false; 681 return false;
683 } 682 }
684 ASSERT_NOT_REACHED(); 683 ASSERT_NOT_REACHED();
685 return false; 684 return false;
686 } 685 }
687 686
688 } // namespace WebCore 687 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.cpp ('k') | Source/core/css/SVGCSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698