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

Unified Diff: chrome/browser/android/compositor/layer/content_layer.cc

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/android/compositor/DEPS ('k') | chrome/browser/android/compositor/layer/layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/compositor/layer/content_layer.cc
diff --git a/chrome/browser/android/compositor/layer/content_layer.cc b/chrome/browser/android/compositor/layer/content_layer.cc
index 36dd8bd2d5881b0ee4650d24ff28ec1043658b98..ffb0b6d53f9d90f3acfbe4c7f62a24735773ca9c 100644
--- a/chrome/browser/android/compositor/layer/content_layer.cc
+++ b/chrome/browser/android/compositor/layer/content_layer.cc
@@ -5,10 +5,10 @@
#include "chrome/browser/android/compositor/layer/content_layer.h"
#include "base/lazy_instance.h"
+#include "cc/base/filter_operations.h"
#include "cc/layers/layer.h"
#include "cc/layers/layer_collections.h"
#include "cc/layers/surface_layer.h"
-#include "cc/output/filter_operations.h"
#include "chrome/browser/android/compositor/layer/thumbnail_layer.h"
#include "chrome/browser/android/compositor/tab_content_manager.h"
#include "content/public/browser/android/compositor.h"
« no previous file with comments | « chrome/browser/android/compositor/DEPS ('k') | chrome/browser/android/compositor/layer/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698