| Index: cc/playback/display_item_proto_factory.h
|
| diff --git a/cc/playback/display_item_proto_factory.h b/cc/playback/display_item_proto_factory.h
|
| index f881e793080dc699dc84dace5fa62ae8f2319d38..b437954595c3142b345ded44920ac9450ef8d029 100644
|
| --- a/cc/playback/display_item_proto_factory.h
|
| +++ b/cc/playback/display_item_proto_factory.h
|
| @@ -11,7 +11,7 @@
|
| #include "cc/playback/display_item_list.h"
|
|
|
| namespace cc {
|
| -class ImageSerializationProcessor;
|
| +class ClientPictureCache;
|
|
|
| namespace proto {
|
| class DisplayItem;
|
| @@ -19,11 +19,10 @@ class DisplayItem;
|
|
|
| class DisplayItemProtoFactory {
|
| public:
|
| - static void AllocateAndConstruct(
|
| - const gfx::Rect& visual_rect,
|
| - DisplayItemList* list,
|
| - const proto::DisplayItem& proto,
|
| - ImageSerializationProcessor* image_serialization_processor);
|
| + static void AllocateAndConstruct(const gfx::Rect& visual_rect,
|
| + DisplayItemList* list,
|
| + const proto::DisplayItem& proto,
|
| + ClientPictureCache* client_picture_cache);
|
|
|
| private:
|
| DisplayItemProtoFactory() {}
|
|
|