Add return to SkBoxBlurGetPlatformProcs_SSE4.
authorscroggo <scroggo@google.com>
Mon, 7 Jul 2014 18:41:39 +0000 (11:41 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 7 Jul 2014 18:41:39 +0000 (11:41 -0700)
This fixes Android build.

R=reed@google.com, mtklein@google.com

Author: scroggo@google.com

Review URL: https://codereview.chromium.org/378613002

src/opts/SkBlurImage_opts_SSE4.cpp

index fb17aac..1b99038 100644 (file)
@@ -117,6 +117,7 @@ bool SkBoxBlurGetPlatformProcs_SSE4(SkBoxBlurProc* boxBlurX,
                                     SkBoxBlurProc* boxBlurXY,
                                     SkBoxBlurProc* boxBlurYX) {
     sk_throw();
+    return false;
 }