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

Side by Side Diff: third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h

Issue 2813863003: Rewrite references to "wtf/" to "platform/wtf/" in core/css and core/style. (Closed)
Patch Set: Rebase. Created 3 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 Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann@kde.org> 2 Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann@kde.org>
3 2004, 2005 Rob Buis <buis@kde.org> 3 2004, 2005 Rob Buis <buis@kde.org>
4 Copyright (C) Research In Motion Limited 2010. All rights reserved. 4 Copyright (C) Research In Motion Limited 2010. All rights reserved.
5 5
6 Based on khtml code by: 6 Based on khtml code by:
7 Copyright (C) 2000-2003 Lars Knoll (knoll@kde.org) 7 Copyright (C) 2000-2003 Lars Knoll (knoll@kde.org)
8 (C) 2000 Antti Koivisto (koivisto@kde.org) 8 (C) 2000 Antti Koivisto (koivisto@kde.org)
9 (C) 2000-2003 Dirk Mueller (mueller@kde.org) 9 (C) 2000-2003 Dirk Mueller (mueller@kde.org)
10 (C) 2002-2003 Apple Computer, Inc. 10 (C) 2002-2003 Apple Computer, Inc.
(...skipping 14 matching lines...) Expand all
25 Boston, MA 02110-1301, USA. 25 Boston, MA 02110-1301, USA.
26 */ 26 */
27 27
28 #ifndef SVGComputedStyleDefs_h 28 #ifndef SVGComputedStyleDefs_h
29 #define SVGComputedStyleDefs_h 29 #define SVGComputedStyleDefs_h
30 30
31 #include "core/CoreExport.h" 31 #include "core/CoreExport.h"
32 #include "core/style/StylePath.h" 32 #include "core/style/StylePath.h"
33 #include "platform/Length.h" 33 #include "platform/Length.h"
34 #include "platform/graphics/Color.h" 34 #include "platform/graphics/Color.h"
35 #include "wtf/Allocator.h" 35 #include "platform/wtf/Allocator.h"
36 #include "wtf/RefCounted.h" 36 #include "platform/wtf/RefCounted.h"
37 #include "wtf/RefPtr.h" 37 #include "platform/wtf/RefPtr.h"
38 #include "wtf/RefVector.h" 38 #include "platform/wtf/RefVector.h"
39 #include "wtf/text/WTFString.h" 39 #include "platform/wtf/text/WTFString.h"
40 40
41 namespace blink { 41 namespace blink {
42 42
43 typedef RefVector<Length> SVGDashArray; 43 typedef RefVector<Length> SVGDashArray;
44 44
45 enum SVGPaintType { 45 enum SVGPaintType {
46 SVG_PAINTTYPE_RGBCOLOR, 46 SVG_PAINTTYPE_RGBCOLOR,
47 SVG_PAINTTYPE_NONE, 47 SVG_PAINTTYPE_NONE,
48 SVG_PAINTTYPE_CURRENTCOLOR, 48 SVG_PAINTTYPE_CURRENTCOLOR,
49 SVG_PAINTTYPE_URI_NONE, 49 SVG_PAINTTYPE_URI_NONE,
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 Length ry; 318 Length ry;
319 319
320 private: 320 private:
321 StyleGeometryData(); 321 StyleGeometryData();
322 StyleGeometryData(const StyleGeometryData&); 322 StyleGeometryData(const StyleGeometryData&);
323 }; 323 };
324 324
325 } // namespace blink 325 } // namespace blink
326 326
327 #endif // SVGComputedStyleDefs_h 327 #endif // SVGComputedStyleDefs_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/style/SVGComputedStyle.h ('k') | third_party/WebKit/Source/core/style/ShadowList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698