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

Unified Diff: cc/tiles/tile_manager_unittest.cc

Issue 2888603002: Replace uses of legacy SkImageGenerator API (Closed)
Patch Set: Use ternary 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/test/skia_common.cc ('k') | media/renderers/skcanvas_video_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiles/tile_manager_unittest.cc
diff --git a/cc/tiles/tile_manager_unittest.cc b/cc/tiles/tile_manager_unittest.cc
index 0eb1aff828d2bad9d3ca74c19ddd7426f55efdcb..4cfe0123e32ad88474142495e95e74d7b5948a2f 100644
--- a/cc/tiles/tile_manager_unittest.cc
+++ b/cc/tiles/tile_manager_unittest.cc
@@ -2321,8 +2321,8 @@ class CheckerImagingTileManagerTest : public TestLayerTreeHostBase {
SkImageInfo::MakeN32Premul(size.width(), size.height())) {}
protected:
- MOCK_METHOD5(onGetPixels,
- bool(const SkImageInfo&, void*, size_t, SkPMColor[], int*));
+ MOCK_METHOD4(onGetPixels,
+ bool(const SkImageInfo&, void*, size_t, const Options&));
};
void TearDown() override {
« no previous file with comments | « cc/test/skia_common.cc ('k') | media/renderers/skcanvas_video_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698