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

Unified Diff: Source/platform/geometry/Region.h

Issue 857973002: Removing Unused method Region::totalArea() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | Source/platform/geometry/Region.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/geometry/Region.h
diff --git a/Source/platform/geometry/Region.h b/Source/platform/geometry/Region.h
index 3412db0f17971d2272666d4b16938242d3925a39..3ceca4e6dbfe99efd189a4d1e2b1f191387dc02a 100644
--- a/Source/platform/geometry/Region.h
+++ b/Source/platform/geometry/Region.h
@@ -57,8 +57,6 @@ public:
// Returns true if the query region intersects any part of this region.
bool intersects(const Region&) const;
- unsigned totalArea() const;
-
#ifndef NDEBUG
void dump() const;
#endif
« no previous file with comments | « no previous file | Source/platform/geometry/Region.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698