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

Unified Diff: cc/tile.h

Issue 11466032: cc: Fix impl-side painting rasterization at >1 contents scales (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/picture_pile_impl.cc ('k') | cc/tile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tile.h
diff --git a/cc/tile.h b/cc/tile.h
index 0c8e05d63e017168c772dea9bbef36bdd973810c..51c61b7bf0beb3a53b9ed90845ed040257e194fa 100644
--- a/cc/tile.h
+++ b/cc/tile.h
@@ -26,7 +26,7 @@ class CC_EXPORT Tile : public base::RefCounted<Tile> {
PicturePileImpl* picture_pile,
gfx::Size tile_size,
GLenum format,
- gfx::Rect rect_inside_picture,
+ gfx::Rect content_rect,
float contents_scale);
PicturePileImpl* picture_pile() {
@@ -68,7 +68,7 @@ class CC_EXPORT Tile : public base::RefCounted<Tile> {
scoped_refptr<PicturePileImpl> picture_pile_;
gfx::Rect tile_size_;
GLenum format_;
- gfx::Rect rect_inside_picture_;
+ gfx::Rect content_rect_;
float contents_scale_;
gfx::Rect opaque_rect_;
« no previous file with comments | « cc/picture_pile_impl.cc ('k') | cc/tile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698