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

Unified Diff: cc/base/tiling_data.h

Issue 375923005: cc: Explicitly invalidate all dropped recordings on the main thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: invalid-resize: . Created 6 years, 5 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 | « no previous file | cc/layers/picture_layer.cc » ('j') | cc/resources/picture_layer_tiling.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/tiling_data.h
diff --git a/cc/base/tiling_data.h b/cc/base/tiling_data.h
index 8550e5f186e69af20a12cbe52621e9bb134e7e54..c2153f1d5da1df40768589d04b0489a60f797dcd 100644
--- a/cc/base/tiling_data.h
+++ b/cc/base/tiling_data.h
@@ -62,6 +62,8 @@ class CC_EXPORT TilingData {
int TileSizeX(int x_index) const;
int TileSizeY(int y_index) const;
+ gfx::Rect TileBoundsAllowTilesOutsideTiling(int i, int j) const;
+
// Difference between TileBound's and TileBoundWithBorder's origin().
gfx::Vector2d TextureOffset(int x_index, int y_index) const;
« no previous file with comments | « no previous file | cc/layers/picture_layer.cc » ('j') | cc/resources/picture_layer_tiling.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698