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

Unified Diff: include/gpu/GrClip.h

Issue 1500023002: fix mozilla bug (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years 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: include/gpu/GrClip.h
diff --git a/include/gpu/GrClip.h b/include/gpu/GrClip.h
index 18f212f962666b2535d7c832a128f74e37f469d7..cf6e65c976289c52906e3db2183c7ce884cc6a5d 100644
--- a/include/gpu/GrClip.h
+++ b/include/gpu/GrClip.h
@@ -85,6 +85,8 @@ public:
return this->irect() == other.irect();
break;
}
+ SkFAIL("This should not occur\n");
+ return false;
}
bool operator!=(const GrClip& other) const {
« 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