| Index: samplecode/SampleColorFilter.cpp
|
| diff --git a/samplecode/SampleColorFilter.cpp b/samplecode/SampleColorFilter.cpp
|
| index 175f724710a1f48bd84efba346d698b367e2fa0d..af1cd935a2d6811719de08074291a2f2882e9182 100644
|
| --- a/samplecode/SampleColorFilter.cpp
|
| +++ b/samplecode/SampleColorFilter.cpp
|
| @@ -5,7 +5,7 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| -#include "Checkerboard.h"
|
| +#include "sk_tool_utils.h"
|
| #include "SampleCode.h"
|
| #include "SkView.h"
|
| #include "SkCanvas.h"
|
| @@ -118,7 +118,7 @@ class ColorFilterView : public SampleView {
|
| public:
|
| ColorFilterView() {
|
| fBitmap = createBitmap(N);
|
| - fShader = sk_tools::CreateCheckerboardShader(
|
| + fShader = sk_tool_utils::create_checkerboard_shader(
|
| 0xFFCCCCCC, 0xFFFFFFFF, 12);
|
|
|
| if (false) { // avoid bit rot, suppress warning
|
|
|