| Index: cc/playback/drawing_display_item.h
|
| diff --git a/cc/resources/drawing_display_item.h b/cc/playback/drawing_display_item.h
|
| similarity index 82%
|
| rename from cc/resources/drawing_display_item.h
|
| rename to cc/playback/drawing_display_item.h
|
| index 79b497b770eb0dec2c1c932dcd4fb11dbd244ff8..81ddbce4f113c5e87029141002c90295a483c020 100644
|
| --- a/cc/resources/drawing_display_item.h
|
| +++ b/cc/playback/drawing_display_item.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_RESOURCES_DRAWING_DISPLAY_ITEM_H_
|
| -#define CC_RESOURCES_DRAWING_DISPLAY_ITEM_H_
|
| +#ifndef CC_PLAYBACK_DRAWING_DISPLAY_ITEM_H_
|
| +#define CC_PLAYBACK_DRAWING_DISPLAY_ITEM_H_
|
|
|
| #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 "skia/ext/refptr.h"
|
| #include "ui/gfx/geometry/point_f.h"
|
|
|
| @@ -35,4 +35,4 @@ class CC_EXPORT DrawingDisplayItem : public DisplayItem {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_RESOURCES_DRAWING_DISPLAY_ITEM_H_
|
| +#endif // CC_PLAYBACK_DRAWING_DISPLAY_ITEM_H_
|
|
|