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

Side by Side Diff: third_party/WebKit/Source/core/layout/LayoutTheme.h

Issue 2809363002: Rewrite references to "wtf/" to "platform/wtf/" in core/layout. (Closed)
Patch Set: 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 * This file is part of the theme implementation for form controls in WebCore. 2 * This file is part of the theme implementation for form controls in WebCore.
3 * 3 *
4 * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2012 Apple Computer, Inc. 4 * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2012 Apple Computer, Inc.
5 * 5 *
6 * This library is free software; you can redistribute it and/or 6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Library General Public 7 * modify it under the terms of the GNU Library General Public
8 * License as published by the Free Software Foundation; either 8 * License as published by the Free Software Foundation; either
9 * version 2 of the License, or (at your option) any later version. 9 * version 2 of the License, or (at your option) any later version.
10 * 10 *
(...skipping 14 matching lines...) Expand all
25 25
26 #include "core/CSSValueKeywords.h" 26 #include "core/CSSValueKeywords.h"
27 #include "core/CoreExport.h" 27 #include "core/CoreExport.h"
28 #include "platform/ThemeTypes.h" 28 #include "platform/ThemeTypes.h"
29 #include "platform/fonts/Font.h" 29 #include "platform/fonts/Font.h"
30 #include "platform/fonts/FontDescription.h" 30 #include "platform/fonts/FontDescription.h"
31 #include "platform/fonts/FontTraits.h" 31 #include "platform/fonts/FontTraits.h"
32 #include "platform/graphics/Color.h" 32 #include "platform/graphics/Color.h"
33 #include "platform/scroll/ScrollTypes.h" 33 #include "platform/scroll/ScrollTypes.h"
34 #include "platform/text/PlatformLocale.h" 34 #include "platform/text/PlatformLocale.h"
35 #include "wtf/PassRefPtr.h" 35 #include "platform/wtf/PassRefPtr.h"
36 #include "wtf/RefCounted.h" 36 #include "platform/wtf/RefCounted.h"
37 #include "wtf/text/WTFString.h" 37 #include "platform/wtf/text/WTFString.h"
38 38
39 namespace blink { 39 namespace blink {
40 40
41 class ComputedStyle; 41 class ComputedStyle;
42 class Element; 42 class Element;
43 class FileList; 43 class FileList;
44 class HostWindow; 44 class HostWindow;
45 class HTMLInputElement; 45 class HTMLInputElement;
46 class LayoutObject; 46 class LayoutObject;
47 class Theme; 47 class Theme;
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 static const RGBA32 kDefaultTapHighlightColor = 0x66000000; 290 static const RGBA32 kDefaultTapHighlightColor = 0x66000000;
291 291
292 static const RGBA32 kDefaultCompositionBackgroundColor = 0xFFFFDD55; 292 static const RGBA32 kDefaultCompositionBackgroundColor = 0xFFFFDD55;
293 293
294 Theme* platform_theme_; // The platform-specific theme. 294 Theme* platform_theme_; // The platform-specific theme.
295 }; 295 };
296 296
297 } // namespace blink 297 } // namespace blink
298 298
299 #endif // LayoutTheme_h 299 #endif // LayoutTheme_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutText.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutTheme.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698