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

Unified Diff: cc/base/tiling_data.h

Issue 188863002: cc: Spiral iterator fix for negative center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/base/tiling_data.cc » ('j') | no next file with comments »
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 17274af142fd8a1001af3dfdfbfe21dd6c057daf..70c465c1530cce2d5da9872dd530db17e1e0d3c3 100644
--- a/cc/base/tiling_data.h
+++ b/cc/base/tiling_data.h
@@ -179,11 +179,6 @@ class CC_EXPORT TilingData {
};
private:
- std::pair<int, int> UnclampedFirstBorderTileIndexFromSrcCoord(int x,
- int y) const;
- std::pair<int, int> UnclampedLastBorderTileIndexFromSrcCoord(int x,
- int y) const;
-
void AssertTile(int i, int j) const {
DCHECK_GE(i, 0);
DCHECK_LT(i, num_tiles_x_);
« no previous file with comments | « no previous file | cc/base/tiling_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698