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

Unified Diff: cc/tiling_data.h

Issue 12221077: Fixing tile grid size used by cc:Picture to make it respect current tile configuration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Build fix for picture_layer_impl_unittest 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
Index: cc/tiling_data.h
diff --git a/cc/tiling_data.h b/cc/tiling_data.h
index 9dbacfbee06227cc5a79a185928dca58ac50be48..430003866b8e079720953bd85b215bda72bfa242 100644
--- a/cc/tiling_data.h
+++ b/cc/tiling_data.h
@@ -34,6 +34,7 @@ class CC_EXPORT TilingData {
gfx::Size max_texture_size() const { return max_texture_size_; }
void SetMaxTextureSize(gfx::Size max_texture_size);
+ gfx::Size TileStride() const;
int border_texels() const { return border_texels_; }
void SetHasBorderTexels(bool has_border_texels);

Powered by Google App Engine
This is Rietveld 408576698