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

Unified Diff: cc/base/list_container.cc

Issue 1159573002: cc: Move cc/quads/list_container.* files to cc/base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
Index: cc/base/list_container.cc
diff --git a/cc/quads/list_container.cc b/cc/base/list_container.cc
similarity index 98%
rename from cc/quads/list_container.cc
rename to cc/base/list_container.cc
index 4edcbdfab560a86af305e7946f53852ede0a43ef..1deb1b0232ef48ec798949bb0feb5b878e4d52da 100644
--- a/cc/quads/list_container.cc
+++ b/cc/base/list_container.cc
@@ -2,15 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/quads/list_container.h"
+#include "cc/base/list_container.h"
#include <algorithm>
#include <vector>
#include "cc/base/scoped_ptr_vector.h"
-#include "cc/playback/display_item.h"
-#include "cc/quads/draw_quad.h"
-#include "cc/quads/shared_quad_state.h"
namespace {
const size_t kDefaultNumElementTypesToReserve = 32;
@@ -713,8 +710,4 @@ size_t ListContainer<BaseElementType>::ConstReverseIterator::index() const {
return index_;
}
-template class ListContainer<SharedQuadState>;
-template class ListContainer<DrawQuad>;
-template class ListContainer<DisplayItem>;
-
} // namespace cc
« no previous file with comments | « cc/base/list_container.h ('k') | cc/cc.gyp » ('j') | cc/playback/display_item_list.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698