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

Unified Diff: cc/paint/paint_op_buffer_unittest.cc

Issue 2889653002: Remove cullRect() from PaintOpBuffer. (Closed)
Patch Set: movecullrect2 rebase-once-and-for-all Created 3 years, 7 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/paint/paint_op_buffer.cc ('k') | cc/paint/paint_record.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/paint/paint_op_buffer_unittest.cc
diff --git a/cc/paint/paint_op_buffer_unittest.cc b/cc/paint/paint_op_buffer_unittest.cc
index 2afcdeda27c5fd73b831f45ddb9acb0775ea96c4..5ae1c640328f057698fcbabe357cb69549fd0135 100644
--- a/cc/paint/paint_op_buffer_unittest.cc
+++ b/cc/paint/paint_op_buffer_unittest.cc
@@ -429,7 +429,7 @@ TEST(PaintOpBufferTest, DiscardableImagesTracking_NestedDrawOp) {
scoped_refptr<DisplayItemList> list = new DisplayItemList;
list->CreateAndAppendDrawingItem<DrawingDisplayItem>(
- gfx::Rect(0, 0, 100, 100), record);
+ gfx::Rect(100, 100), record, SkRect::MakeWH(100, 100));
list->Finalize();
PaintOpBuffer new_buffer;
new_buffer.push<DrawDisplayItemListOp>(list);
« no previous file with comments | « cc/paint/paint_op_buffer.cc ('k') | cc/paint/paint_record.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698