| Index: cc/quads/list_container.h
|
| diff --git a/cc/quads/list_container.h b/cc/quads/list_container.h
|
| index 38a34b87d33e612a80458714ce6ed815c42afdc1..8abc33d62eb6bfa0139f4e7a3c536fb243060f40 100644
|
| --- a/cc/quads/list_container.h
|
| +++ b/cc/quads/list_container.h
|
| @@ -10,8 +10,9 @@
|
| #include "cc/base/cc_export.h"
|
|
|
| namespace cc {
|
| -class SharedQuadState;
|
| +class DisplayItem;
|
| class DrawQuad;
|
| +class SharedQuadState;
|
|
|
| // This class is a container type that handles allocating contiguous memory for
|
| // new elements and traversing through elements with either iterator or reverse
|
| @@ -234,6 +235,7 @@ class CC_EXPORT ListContainer {
|
| #if !defined(COMPILER_MSVC)
|
| extern template class ListContainer<SharedQuadState>;
|
| extern template class ListContainer<DrawQuad>;
|
| +extern template class ListContainer<DisplayItem>;
|
| #endif
|
| } // namespace cc
|
|
|
|
|