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

Unified Diff: cc/tiles/decoded_draw_image.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/tiles/checker_image_tracker.h ('k') | cc/tiles/decoded_draw_image.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiles/decoded_draw_image.h
diff --git a/cc/playback/decoded_draw_image.h b/cc/tiles/decoded_draw_image.h
similarity index 91%
rename from cc/playback/decoded_draw_image.h
rename to cc/tiles/decoded_draw_image.h
index 8003fa6074f650f0b001b0da0dc7115daceae2b6..24e4ac4a92107eec5e521ff8e8dd34c2103922cc 100644
--- a/cc/playback/decoded_draw_image.h
+++ b/cc/tiles/decoded_draw_image.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_PLAYBACK_DECODED_DRAW_IMAGE_H_
-#define CC_PLAYBACK_DECODED_DRAW_IMAGE_H_
+#ifndef CC_TILES_DECODED_DRAW_IMAGE_H_
+#define CC_TILES_DECODED_DRAW_IMAGE_H_
#include <cfloat>
#include <cmath>
-#include "cc/base/cc_export.h"
+#include "cc/cc_export.h"
#include "third_party/skia/include/core/SkFilterQuality.h"
#include "third_party/skia/include/core/SkImage.h"
#include "third_party/skia/include/core/SkRefCnt.h"
@@ -50,4 +50,4 @@ class CC_EXPORT DecodedDrawImage {
} // namespace cc
-#endif // CC_PLAYBACK_DECODED_DRAW_IMAGE_H_
+#endif // CC_TILES_DECODED_DRAW_IMAGE_H_
« no previous file with comments | « cc/tiles/checker_image_tracker.h ('k') | cc/tiles/decoded_draw_image.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698