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

Unified Diff: cc/layers/picture_layer_impl_unittest.cc

Issue 2075873002: Support general raster matrix for RasterSource and DisplayItemList (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix a bug in PrepareForPlaybackToCanvas and fix cc_unittests Created 4 years, 6 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 | « no previous file | cc/playback/clip_display_item.h » ('j') | cc/playback/raster_source.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/picture_layer_impl_unittest.cc
diff --git a/cc/layers/picture_layer_impl_unittest.cc b/cc/layers/picture_layer_impl_unittest.cc
index 61ac6bb99b8dd4d47431757071940e6e5532e8dc..704b841ce1f89aee7c21dce1cd38a7df2f352f22 100644
--- a/cc/layers/picture_layer_impl_unittest.cc
+++ b/cc/layers/picture_layer_impl_unittest.cc
@@ -339,7 +339,7 @@ TEST_F(PictureLayerImplTest, TileGridAlignment) {
for (tile_iter = tiles.begin(); tile_iter < tiles.end(); tile_iter++) {
MockCanvas mock_canvas(1000, 1000);
const gfx::Rect& content_rect = (*tile_iter)->content_rect();
- updated_active_raster_source->PlaybackToCanvas(
+ updated_active_raster_source->RasterSource::PlaybackToCanvas(
&mock_canvas, content_rect, content_rect, 1.0f, playback_settings);
// This test verifies that when drawing the contents of a specific tile
« no previous file with comments | « no previous file | cc/playback/clip_display_item.h » ('j') | cc/playback/raster_source.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698