Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(866)

Unified Diff: Source/WebCore/platform/graphics/FloatRect.h

Issue 351800043: WIP for zero-area intersection
Patch Set: Changelogs Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/dom/Document.cpp ('k') | Source/WebCore/platform/graphics/FloatRect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/graphics/FloatRect.h
diff --git a/Source/WebCore/platform/graphics/FloatRect.h b/Source/WebCore/platform/graphics/FloatRect.h
index 93acad536185a6c89e0a3e88858ae69e582cd3e3..33170ebc456be846b317ac134c315045d765e3fc 100644
--- a/Source/WebCore/platform/graphics/FloatRect.h
+++ b/Source/WebCore/platform/graphics/FloatRect.h
@@ -151,6 +151,7 @@ public:
WEBCORE_EXPORT bool contains(const FloatPoint&, ContainsMode = InsideOrOnStroke) const;
WEBCORE_EXPORT void intersect(const FloatRect&);
+ bool edgeInclusiveIntersect(const FloatRect&);
WEBCORE_EXPORT void unite(const FloatRect&);
void uniteEvenIfEmpty(const FloatRect&);
void uniteIfNonZero(const FloatRect&);
« no previous file with comments | « Source/WebCore/dom/Document.cpp ('k') | Source/WebCore/platform/graphics/FloatRect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b