Index: cc/playback/float_clip_display_item.h |
diff --git a/cc/resources/float_clip_display_item.h b/cc/playback/float_clip_display_item.h |
similarity index 86% |
rename from cc/resources/float_clip_display_item.h |
rename to cc/playback/float_clip_display_item.h |
index 2c6805979a9480ee5dfb0d15dfe40eb65d52dbb9..2812189ff61d79aa629b732319972eb918d04d35 100644 |
--- a/cc/resources/float_clip_display_item.h |
+++ b/cc/playback/float_clip_display_item.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CC_RESOURCES_FLOAT_CLIP_DISPLAY_ITEM_H_ |
-#define CC_RESOURCES_FLOAT_CLIP_DISPLAY_ITEM_H_ |
+#ifndef CC_PLAYBACK_FLOAT_CLIP_DISPLAY_ITEM_H_ |
+#define CC_PLAYBACK_FLOAT_CLIP_DISPLAY_ITEM_H_ |
#include <vector> |
#include "base/memory/scoped_ptr.h" |
#include "cc/base/cc_export.h" |
-#include "cc/resources/display_item.h" |
+#include "cc/playback/display_item.h" |
#include "ui/gfx/geometry/rect_f.h" |
class SkCanvas; |
@@ -46,4 +46,4 @@ class CC_EXPORT EndFloatClipDisplayItem : public DisplayItem { |
} // namespace cc |
-#endif // CC_RESOURCES_FLOAT_CLIP_DISPLAY_ITEM_H_ |
+#endif // CC_PLAYBACK_FLOAT_CLIP_DISPLAY_ITEM_H_ |