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

Unified Diff: cc/playback/display_item_list.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/playback/display_item_list.cc
diff --git a/cc/playback/display_item_list.cc b/cc/playback/display_item_list.cc
index 6d82bd94e03f891374e63b12f21c8420244de628..3b12a6beae79ea905b03de42bcc614b53de42960 100644
--- a/cc/playback/display_item_list.cc
+++ b/cc/playback/display_item_list.cc
@@ -8,6 +8,7 @@
#include "base/trace_event/trace_event.h"
#include "base/trace_event/trace_event_argument.h"
+#include "cc/base/list_container.cc"
enne (OOO) 2015/05/26 18:31:28 Don't include cc files, please. Find some other w
prashant.n 2015/05/26 19:11:48 We'll have to then merge then list_container.h and
#include "cc/base/math_util.h"
#include "cc/debug/picture_debug_util.h"
#include "cc/debug/traced_picture.h"
@@ -20,6 +21,8 @@
namespace cc {
+template class ListContainer<DisplayItem>;
+
namespace {
bool PictureTracingEnabled() {

Powered by Google App Engine
This is Rietveld 408576698