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

Unified Diff: cc/resources/software_rasterizer.cc

Issue 860813002: Remove the default format from ResourcePool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove ResourceFormat from TileManager and call TileTaskRunner::GetResourceFormat() directly instea… 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
« no previous file with comments | « cc/resources/software_rasterizer.h ('k') | cc/resources/tile_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/software_rasterizer.cc
diff --git a/cc/resources/software_rasterizer.cc b/cc/resources/software_rasterizer.cc
index 6ffedacfcbeb88d9dcb00daa3a126528058ba161..6060e9e11e4870dd655a905278e95d5235616426 100644
--- a/cc/resources/software_rasterizer.cc
+++ b/cc/resources/software_rasterizer.cc
@@ -23,6 +23,7 @@ PrepareTilesMode SoftwareRasterizer::GetPrepareTilesMode() {
void SoftwareRasterizer::RasterizeTiles(
const TileVector& tiles,
ResourcePool* resource_pool,
+ ResourceFormat resource_format,
const UpdateTileDrawInfoCallback& update_tile_draw_info) {
}
« no previous file with comments | « cc/resources/software_rasterizer.h ('k') | cc/resources/tile_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698