OSDN Git Service

Remove bogus SkASSERT
authorLeon Scroggins III <scroggo@google.com>
Fri, 12 Jan 2018 18:25:40 +0000 (13:25 -0500)
committerLeon Scroggins III <scroggo@google.com>
Fri, 12 Jan 2018 18:25:40 +0000 (13:25 -0500)
commit58915a81a8d9408f1c765b75faa74e0880711268
tree14624797a3aa66abc49bc77696b93230aa5f3de8
parent5c72a77bcaed8f399974f4edbf3d156a0ceb7cbb
Remove bogus SkASSERT

Test: No change in behavior, no new tests

SkASSERT compiles to nothing in typical Android builds, but with
SK_DEBUG defined it is an assert. This assert attempts to call a method
that no longer exists. Remove it.

Change-Id: I7047bb66c4cc0f0bdd6a84562247eed48944739e
core/jni/android_view_SurfaceControl.cpp