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

Side by Side Diff: third_party/WebKit/Source/core/paint/MediaControlsPainter.h

Issue 2817663002: Rewrite references to "wtf/" to "platform/wtf/" in core/paint. (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 * Copyright (C) 2009 Apple Inc. 2 * Copyright (C) 2009 Apple Inc.
3 * Copyright (C) 2009 Google Inc. 3 * Copyright (C) 2009 Google Inc.
4 * All rights reserved. 4 * All rights reserved.
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions 7 * modification, are permitted provided that the following conditions
8 * are met: 8 * are met:
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 10 matching lines...) Expand all
21 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
22 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY 22 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
23 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 23 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 */ 26 */
27 27
28 #ifndef MediaControlsPainter_h 28 #ifndef MediaControlsPainter_h
29 #define MediaControlsPainter_h 29 #define MediaControlsPainter_h
30 30
31 #include "wtf/Allocator.h" 31 #include "platform/wtf/Allocator.h"
32 32
33 namespace blink { 33 namespace blink {
34 34
35 struct PaintInfo; 35 struct PaintInfo;
36 36
37 class ComputedStyle; 37 class ComputedStyle;
38 class IntRect; 38 class IntRect;
39 class LayoutObject; 39 class LayoutObject;
40 40
41 class MediaControlsPainter { 41 class MediaControlsPainter {
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 const ComputedStyle&, 94 const ComputedStyle&,
95 IntRect& rect_out); 95 IntRect& rect_out);
96 static void PaintMediaSliderInternal(const LayoutObject&, 96 static void PaintMediaSliderInternal(const LayoutObject&,
97 const PaintInfo&, 97 const PaintInfo&,
98 const IntRect&); 98 const IntRect&);
99 }; 99 };
100 100
101 } // namespace blink 101 } // namespace blink
102 102
103 #endif // MediaControlsPainter_h 103 #endif // MediaControlsPainter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/paint/ListMarkerPainter.h ('k') | third_party/WebKit/Source/core/paint/MultiColumnSetPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698