Skip to content
Commit 1c32772f authored by Ben Wagner's avatar Ben Wagner
Browse files

Replace sk_throw with LOG_ALWAYS_FATAL.

The sk_throw macro is now just defined to be SK_ABORT, which is designed
to crash Skia. Replacing sk_throw with LOG_ALWAYS_FATAL should be both
more idomatic and more functional.

In addition this replaces SkASSERT with ALOG_ASSERT in the one file
affected.

Test: refactoring CL. Existing unit tests still pass.
Change-Id: I4e0bd382d9da27e08febec487b43cf83537dce12
parent f5a87f70
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment