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

Unified Diff: cc/raster/skip_image_canvas.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 | « cc/raster/skip_image_canvas.h ('k') | cc/raster/task.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/raster/skip_image_canvas.cc
diff --git a/cc/playback/skip_image_canvas.cc b/cc/raster/skip_image_canvas.cc
similarity index 96%
rename from cc/playback/skip_image_canvas.cc
rename to cc/raster/skip_image_canvas.cc
index 27926be145b794e04a98c015dbb0d32ceda598a4..3ec2e5f085fc48e0a5e207601702fa78b4abe987 100644
--- a/cc/playback/skip_image_canvas.cc
+++ b/cc/raster/skip_image_canvas.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/playback/skip_image_canvas.h"
+#include "cc/raster/skip_image_canvas.h"
#include "third_party/skia/include/core/SkShader.h"
« no previous file with comments | « cc/raster/skip_image_canvas.h ('k') | cc/raster/task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698