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

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: better way to handle codec.gyp 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
« no previous file with comments | « platform_tools/android/gyp/dependencies.gypi ('k') | tools/android/SkAndroidSDKCanvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « platform_tools/android/gyp/dependencies.gypi ('k') | tools/android/SkAndroidSDKCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698