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

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 clip recorder params in omnibox. 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
« 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
index 3db3b7eb5fb373b4bba10e409a3ba62eb342b8a9..327124a865aa05af456e626cbdf69751de86d1ee 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(DisplayItemList* list,
+ static DisplayItem* AllocateAndConstruct(const gfx::Rect& visual_rect,
+ DisplayItemList* list,
const proto::DisplayItem& proto);
private:
« 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