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

Unified Diff: cc/paint/image_id.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/paint/float_clip_display_item.cc ('k') | cc/paint/largest_display_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/paint/image_id.h
diff --git a/cc/playback/image_id.h b/cc/paint/image_id.h
similarity index 78%
rename from cc/playback/image_id.h
rename to cc/paint/image_id.h
index 5103857f7900987af2e28a591c3e1980799c8305..0ffaafd782fb20f6869f84cb96f1cf593e212bcb 100644
--- a/cc/playback/image_id.h
+++ b/cc/paint/image_id.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_IMAGE_ID_H_
-#define CC_PLAYBACK_IMAGE_ID_H_
+#ifndef CC_PAINT_IMAGE_ID_H_
+#define CC_PAINT_IMAGE_ID_H_
#include <stdint.h>
#include <unordered_set>
@@ -17,4 +17,4 @@ using ImageIdFlatSet = base::flat_set<ImageId>;
} // namespace cc
-#endif // CC_PLAYBACK_IMAGE_ID_H_
+#endif // CC_PAINT_IMAGE_ID_H_
« no previous file with comments | « cc/paint/float_clip_display_item.cc ('k') | cc/paint/largest_display_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698