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

Unified Diff: cc/playback/display_item_proto_factory.h

Issue 1423653005: Further plumb visual rect into cc:DisplayItemList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix cc unit tests. Created 5 years, 1 month 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 43325df927c606f5c1d438a6bfb787b0ea505c30..3ec55791d230f994be07c4b986dd1f70f9393755 100644
--- a/cc/playback/display_item_proto_factory.h
+++ b/cc/playback/display_item_proto_factory.h
@@ -18,7 +18,8 @@ class DisplayItem;
class DisplayItemProtoFactory {
public:
- static DisplayItem* AllocateAndConstruct(scoped_refptr<DisplayItemList> list,
+ static DisplayItem* AllocateAndConstruct(const gfx::Rect& visual_rect,
+ scoped_refptr<DisplayItemList> list,
const proto::DisplayItem& proto);
private:

Powered by Google App Engine
This is Rietveld 408576698