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

Unified Diff: cc/playback/display_item_proto_factory.h

Issue 1494223003: cc: Shrink size of display item (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make SetNew private Created 5 years 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
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 327124a865aa05af456e626cbdf69751de86d1ee..edc6118dd072c8e1bcdc4c56a3bcb481cc46e7a4 100644
--- a/cc/playback/display_item_proto_factory.h
+++ b/cc/playback/display_item_proto_factory.h
@@ -18,9 +18,9 @@ class DisplayItem;
class DisplayItemProtoFactory {
public:
- static DisplayItem* AllocateAndConstruct(const gfx::Rect& visual_rect,
- DisplayItemList* list,
- const proto::DisplayItem& proto);
+ static void AllocateAndConstruct(const gfx::Rect& visual_rect,
+ DisplayItemList* list,
+ const proto::DisplayItem& proto);
private:
DisplayItemProtoFactory() {}

Powered by Google App Engine
This is Rietveld 408576698