Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 /* | |
| 2 * Copyright 2013 The Android Open Source Project | |
| 3 * | |
| 4 * Use of this source code is governed by a BSD-style license that can be | |
| 5 * found in the LICENSE file. | |
| 6 */ | |
| 7 | |
| 8 #include "SkBlurImage_opts.h" | |
| 9 | |
| 10 bool SkBoxBlurGetPlatformProcs(SkBoxBlurProc* boxBlurX, | |
| 11 SkBoxBlurProc* boxBlurY, | |
| 12 SkBoxBlurProc* boxBlurXY); | |
|
mtklein
2013/11/08 18:42:34
Should be { return false; } ? Maybe this file's j
Stephen White
2013/11/08 20:20:49
Yikes, thanks! Yes, it's needed. (I did check that
| |
| OLD | NEW |