| Index: src/gpu/effects/GrBicubicEffect.cpp
|
| diff --git a/src/gpu/effects/GrBicubicEffect.cpp b/src/gpu/effects/GrBicubicEffect.cpp
|
| index 132d2f4a0bdfe0ef4601915d8a86b621e4f66ae8..118efaf68c02b883d5252f8f39ed62eb5000be8d 100644
|
| --- a/src/gpu/effects/GrBicubicEffect.cpp
|
| +++ b/src/gpu/effects/GrBicubicEffect.cpp
|
| @@ -1,5 +1,14 @@
|
| +/*
|
| + * Copyright 2014 Google Inc.
|
| + *
|
| + * Use of this source code is governed by a BSD-style license that can be
|
| + * found in the LICENSE file.
|
| + */
|
| +
|
| #include "GrBicubicEffect.h"
|
|
|
| +#include "gl/GrGLShaderBuilder.h"
|
| +
|
| #define DS(x) SkDoubleToScalar(x)
|
|
|
| const SkScalar GrBicubicEffect::gMitchellCoefficients[16] = {
|
|
|