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

Unified Diff: core/cross/gpu2d/local_triangulator.h

Issue 661232: Incorporating change missed in previous CL... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: Created 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/cross/gpu2d/local_triangulator.h
===================================================================
--- core/cross/gpu2d/local_triangulator.h (revision 40152)
+++ core/cross/gpu2d/local_triangulator.h (working copy)
@@ -192,7 +192,7 @@
bool fill_right_side);
// Number of triangles computed by Triangulate().
- int num_triangles() {
+ int num_triangles() const {
return num_triangles_;
}
@@ -205,7 +205,7 @@
// Number of vertices facing the inside of the shape, if
// compute_inside_edges was true when Triangulate() was called.
- int num_interior_vertices() {
+ int num_interior_vertices() const {
return num_interior_vertices_;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698