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

Unified Diff: cc/base/math_util.h

Issue 2630483002: Remove 2d MapClippedQuad. (Closed)
Patch Set: rebased Created 3 years, 11 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/math_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/math_util.h
diff --git a/cc/base/math_util.h b/cc/base/math_util.h
index 5d626d33d6a9e8d0616956e2df2663b7fd1891ab..baf11a7cdff3e10c214337b73639003ed989b8d0 100644
--- a/cc/base/math_util.h
+++ b/cc/base/math_util.h
@@ -187,10 +187,6 @@ class CC_EXPORT MathUtil {
// clipped_quad array. Note that num_vertices_in_clipped_quad may be zero,
// which means the entire quad was clipped, and none of the vertices in the
// array are valid.
- static void MapClippedQuad(const gfx::Transform& transform,
- const gfx::QuadF& src_quad,
- gfx::PointF clipped_quad[8],
- int* num_vertices_in_clipped_quad);
static bool MapClippedQuad3d(const gfx::Transform& transform,
const gfx::QuadF& src_quad,
gfx::Point3F clipped_quad[8],
« no previous file with comments | « no previous file | cc/base/math_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698