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

Unified Diff: cc/caching_bitmap_content_layer_updater.cc

Issue 11266030: Use gfx:: Geometry types for the resource provider and layer updater classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: uint8 Created 8 years, 2 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/caching_bitmap_content_layer_updater.h ('k') | cc/content_layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/caching_bitmap_content_layer_updater.cc
diff --git a/cc/caching_bitmap_content_layer_updater.cc b/cc/caching_bitmap_content_layer_updater.cc
index 3e3d058b6825510f305a24754995cbe47b75b269..3c538b8b638b66c333b76603abbb43687752b25c 100644
--- a/cc/caching_bitmap_content_layer_updater.cc
+++ b/cc/caching_bitmap_content_layer_updater.cc
@@ -30,11 +30,11 @@ CachingBitmapContentLayerUpdater::
}
void CachingBitmapContentLayerUpdater::prepareToUpdate(
- const IntRect& content_rect,
- const IntSize& tile_size,
+ const gfx::Rect& content_rect,
+ const gfx::Size& tile_size,
float contents_width_scale,
float contents_height_scale,
- IntRect& resulting_opaque_rect,
+ gfx::Rect& resulting_opaque_rect,
RenderingStats& stats) {
BitmapContentLayerUpdater::prepareToUpdate(content_rect,
tile_size,
« no previous file with comments | « cc/caching_bitmap_content_layer_updater.h ('k') | cc/content_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698