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

Unified Diff: cc/quads/render_pass.h

Issue 2064833002: Implement DrawQuad StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix move constructor Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/ipc/typemaps.gni ('k') | cc/quads/render_pass.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/quads/render_pass.h
diff --git a/cc/quads/render_pass.h b/cc/quads/render_pass.h
index 9c6bb598735b1036242788c14ea424a16e98f40b..052a83311c4f7b1f754d53ef0d42e4d1aa6b8cc8 100644
--- a/cc/quads/render_pass.h
+++ b/cc/quads/render_pass.h
@@ -16,6 +16,8 @@
#include "base/macros.h"
#include "cc/base/cc_export.h"
#include "cc/base/list_container.h"
+#include "cc/quads/draw_quad.h"
+#include "cc/quads/largest_draw_quad.h"
#include "cc/quads/render_pass_id.h"
#include "cc/surfaces/surface_id.h"
#include "ui/gfx/geometry/rect.h"
@@ -37,8 +39,9 @@ class RenderPassDrawQuad;
class SharedQuadState;
// A list of DrawQuad objects, sorted internally in front-to-back order.
-class QuadList : public ListContainer<DrawQuad> {
+class CC_EXPORT QuadList : public ListContainer<DrawQuad> {
public:
+ QuadList();
explicit QuadList(size_t default_size_to_reserve);
typedef QuadList::ReverseIterator BackToFrontIterator;
« no previous file with comments | « cc/ipc/typemaps.gni ('k') | cc/quads/render_pass.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698