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

Unified Diff: cc/test/fake_picture_pile_impl.h

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
Index: cc/test/fake_picture_pile_impl.h
diff --git a/cc/test/fake_picture_pile_impl.h b/cc/test/fake_picture_pile_impl.h
index 4f7b5af8206b1cbf8836b6edfc9789c30902faf2..3a437027aa0417e528a956eaf3c0f4fabeb0a008 100644
--- a/cc/test/fake_picture_pile_impl.h
+++ b/cc/test/fake_picture_pile_impl.h
@@ -102,7 +102,7 @@ class FakePicturePileImpl : public PicturePileImpl {
FakeContentLayerClient client_;
SkPaint default_paint_;
base::WaitableEvent* playback_allowed_event_;
- SkTileGridFactory::TileGridInfo tile_grid_info_;
+ gfx::Size tile_grid_size_;
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698