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

Unified Diff: cc/caching_bitmap_content_layer_updater.h

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/bitmap_skpicture_content_layer_updater.cc ('k') | cc/caching_bitmap_content_layer_updater.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/caching_bitmap_content_layer_updater.h
diff --git a/cc/caching_bitmap_content_layer_updater.h b/cc/caching_bitmap_content_layer_updater.h
index 334a26e8b56c28424709fc64670e2305bf559fd1..f7be2ee852e52b1bb9b4a56690ffd8ab847eadfd 100644
--- a/cc/caching_bitmap_content_layer_updater.h
+++ b/cc/caching_bitmap_content_layer_updater.h
@@ -16,11 +16,11 @@ class CachingBitmapContentLayerUpdater
static scoped_refptr<CachingBitmapContentLayerUpdater> Create(
scoped_ptr<LayerPainter>);
- virtual void prepareToUpdate(const IntRect& content_rect,
- const IntSize& tile_size,
+ virtual void prepareToUpdate(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&) OVERRIDE;
bool pixelsDidChange() const;
« no previous file with comments | « cc/bitmap_skpicture_content_layer_updater.cc ('k') | cc/caching_bitmap_content_layer_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698