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

Unified Diff: cc/picture_layer_tiling.h

Issue 12383060: cc: Remove texture scaling and clear edge texels of a layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and expand base picture Created 7 years, 10 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/picture_layer.cc ('k') | cc/picture_layer_tiling.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/picture_layer_tiling.h
diff --git a/cc/picture_layer_tiling.h b/cc/picture_layer_tiling.h
index ab0aa2e2cae9cdc6f20fa2a9106f9974ae2381ae..14127ac5221767764550f6440d9759a74731005c 100644
--- a/cc/picture_layer_tiling.h
+++ b/cc/picture_layer_tiling.h
@@ -109,8 +109,7 @@ class CC_EXPORT PictureLayerTiling {
private:
const PictureLayerTiling* tiling_;
gfx::Rect dest_rect_;
- float dest_to_content_scale_x_;
- float dest_to_content_scale_y_;
+ float dest_to_content_scale_;
Tile* current_tile_;
gfx::Rect current_geometry_rect_;
« no previous file with comments | « cc/picture_layer.cc ('k') | cc/picture_layer_tiling.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698