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

Unified Diff: cc/raster/skip_image_canvas.h

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/scoped_gpu_raster.h ('k') | cc/raster/skip_image_canvas.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/raster/skip_image_canvas.h
diff --git a/cc/playback/skip_image_canvas.h b/cc/raster/skip_image_canvas.h
similarity index 83%
rename from cc/playback/skip_image_canvas.h
rename to cc/raster/skip_image_canvas.h
index 67206b7cb91991b73225ef89506c5aeca187b9bb..6932e996798f335302b0b372388ce121054af686 100644
--- a/cc/playback/skip_image_canvas.h
+++ b/cc/raster/skip_image_canvas.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_PLAYBACK_SKIP_IMAGE_CANVAS_H_
-#define CC_PLAYBACK_SKIP_IMAGE_CANVAS_H_
+#ifndef CC_RASTER_SKIP_IMAGE_CANVAS_H_
+#define CC_RASTER_SKIP_IMAGE_CANVAS_H_
#include "third_party/skia/include/utils/SkPaintFilterCanvas.h"
@@ -23,4 +23,4 @@ class SkipImageCanvas : public SkPaintFilterCanvas {
} // namespace cc
-#endif // CC_PLAYBACK_SKIP_IMAGE_CANVAS_H_
+#endif // CC_RASTER_SKIP_IMAGE_CANVAS_H_
« no previous file with comments | « cc/raster/scoped_gpu_raster.h ('k') | cc/raster/skip_image_canvas.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698