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

Unified Diff: src/views/SkView.cpp

Issue 1774503004: Update android_make to support both --gcc and --clang options. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 9 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
Index: src/views/SkView.cpp
diff --git a/src/views/SkView.cpp b/src/views/SkView.cpp
index 9e8182b16a9b0f21b642478f0e82a032f877f368..492b2cdac1ed191910ce75496fbcf133a14c076c 100644
--- a/src/views/SkView.cpp
+++ b/src/views/SkView.cpp
@@ -608,8 +608,6 @@ void SkView::localToGlobal(SkMatrix* matrix) const {
}
bool SkView::globalToLocal(SkScalar x, SkScalar y, SkPoint* local) const {
- SkASSERT(this);
-
if (local) {
SkMatrix m;
this->localToGlobal(&m);

Powered by Google App Engine
This is Rietveld 408576698