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

Side by Side Diff: cc/resources/texture_mailbox.h

Issue 2748263002: Move cc::DisplayItemList and related classes into cc/paint/ (Closed)
Patch Set: Merge branch 'master' into ccpaint Created 3 years, 9 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
« no previous file with comments | « cc/resources/single_release_callback_impl.h ('k') | cc/resources/transferable_resource.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 CC_RESOURCES_TEXTURE_MAILBOX_H_ 5 #ifndef CC_RESOURCES_TEXTURE_MAILBOX_H_
6 #define CC_RESOURCES_TEXTURE_MAILBOX_H_ 6 #define CC_RESOURCES_TEXTURE_MAILBOX_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
11 #include <string> 11 #include <string>
12 12
13 #include "base/memory/shared_memory.h" 13 #include "base/memory/shared_memory.h"
14 #include "cc/base/cc_export.h" 14 #include "cc/cc_export.h"
15 #include "gpu/command_buffer/common/mailbox_holder.h" 15 #include "gpu/command_buffer/common/mailbox_holder.h"
16 #include "mojo/public/cpp/bindings/struct_traits.h" 16 #include "mojo/public/cpp/bindings/struct_traits.h"
17 #include "ui/gfx/color_space.h" 17 #include "ui/gfx/color_space.h"
18 #include "ui/gfx/geometry/size.h" 18 #include "ui/gfx/geometry/size.h"
19 19
20 namespace cc { 20 namespace cc {
21 21
22 namespace mojom { 22 namespace mojom {
23 class TextureMailboxDataView; 23 class TextureMailboxDataView;
24 } 24 }
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 bool wants_promotion_hint_; 111 bool wants_promotion_hint_;
112 #endif 112 #endif
113 bool secure_output_only_; 113 bool secure_output_only_;
114 bool nearest_neighbor_; 114 bool nearest_neighbor_;
115 gfx::ColorSpace color_space_; 115 gfx::ColorSpace color_space_;
116 }; 116 };
117 117
118 } // namespace cc 118 } // namespace cc
119 119
120 #endif // CC_RESOURCES_TEXTURE_MAILBOX_H_ 120 #endif // CC_RESOURCES_TEXTURE_MAILBOX_H_
OLDNEW
« no previous file with comments | « cc/resources/single_release_callback_impl.h ('k') | cc/resources/transferable_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698