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

Unified Diff: cc/playback/display_item_proto_factory.h

Issue 2646623002: cc: Remove all blimp code from cc. (Closed)
Patch Set: test build Created 3 years, 11 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/playback/display_item_list_unittest.cc ('k') | cc/playback/display_item_proto_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
deleted file mode 100644
index 755be54ad64ff3468ee6dc1a4062fbe2537f5338..0000000000000000000000000000000000000000
--- a/cc/playback/display_item_proto_factory.h
+++ /dev/null
@@ -1,38 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CC_PLAYBACK_DISPLAY_ITEM_PROTO_FACTORY_H_
-#define CC_PLAYBACK_DISPLAY_ITEM_PROTO_FACTORY_H_
-
-#include "base/macros.h"
-#include "base/memory/ref_counted.h"
-#include "cc/playback/display_item.h"
-#include "cc/playback/display_item_list.h"
-
-namespace cc {
-class ClientPictureCache;
-
-namespace proto {
-class DisplayItem;
-}
-
-class DisplayItemProtoFactory {
- public:
- static void AllocateAndConstruct(
- const gfx::Rect& visual_rect,
- DisplayItemList* list,
- const proto::DisplayItem& proto,
- ClientPictureCache* client_picture_cache,
- std::vector<uint32_t>* used_engine_picture_ids);
-
- private:
- DisplayItemProtoFactory() {}
- virtual ~DisplayItemProtoFactory() {}
-
- DISALLOW_COPY_AND_ASSIGN(DisplayItemProtoFactory);
-};
-
-} // namespace cc
-
-#endif // CC_PLAYBACK_DISPLAY_ITEM_PROTO_FACTORY_H_
« no previous file with comments | « cc/playback/display_item_list_unittest.cc ('k') | cc/playback/display_item_proto_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698