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

Side by Side Diff: third_party/WebKit/public/platform/WebDisplayItemList.h

Issue 2542203004: blink: Cleanup class/struct forward declarations (Closed)
Patch Set: Created 4 years 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 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef WebDisplayItemList_h 5 #ifndef WebDisplayItemList_h
6 #define WebDisplayItemList_h 6 #define WebDisplayItemList_h
7 7
8 #include "WebBlendMode.h" 8 #include "WebBlendMode.h"
9 #include "WebFloatPoint.h" 9 #include "WebFloatPoint.h"
10 #include "WebFloatRect.h" 10 #include "WebFloatRect.h"
11 #include "WebRect.h" 11 #include "WebRect.h"
12 #include "WebSize.h" 12 #include "WebSize.h"
13 #include "WebVector.h" 13 #include "WebVector.h"
14 14
15 #include "third_party/skia/include/core/SkBlendMode.h" 15 #include "third_party/skia/include/core/SkBlendMode.h"
16 #include "third_party/skia/include/core/SkRefCnt.h" 16 #include "third_party/skia/include/core/SkRefCnt.h"
17 #include "third_party/skia/include/core/SkRegion.h" 17 #include "third_party/skia/include/core/SkRegion.h"
18 18
19 class SkColorFilter; 19 class SkColorFilter;
20 class SkImageFilter;
21 class SkMatrix44; 20 class SkMatrix44;
22 class SkPicture; 21 class SkPicture;
23 struct SkRect; 22 struct SkRect;
24 class SkRRect; 23 class SkRRect;
25 24
26 namespace cc { 25 namespace cc {
27 class FilterOperations; 26 class FilterOperations;
28 } 27 }
29 28
30 namespace gfx { 29 namespace gfx {
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 // Specifies the color space that the inputs of this display list were 76 // Specifies the color space that the inputs of this display list were
78 // pre-converted into. If this is specified, then rasterization must not 77 // pre-converted into. If this is specified, then rasterization must not
79 // perform any color correction, and the result must be interpreted as being 78 // perform any color correction, and the result must be interpreted as being
80 // in this color space. 79 // in this color space.
81 virtual void setImpliedColorSpace(const gfx::ColorSpace&) {} 80 virtual void setImpliedColorSpace(const gfx::ColorSpace&) {}
82 }; 81 };
83 82
84 } // namespace blink 83 } // namespace blink
85 84
86 #endif // WebDisplayItemList_h 85 #endif // WebDisplayItemList_h
OLDNEW
« no previous file with comments | « third_party/WebKit/public/platform/WebCookieJar.h ('k') | third_party/WebKit/public/platform/WebExternalBitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698