| Index: sky/engine/platform/graphics/DrawLooperBuilder.cpp
|
| diff --git a/sky/engine/platform/graphics/DrawLooperBuilder.cpp b/sky/engine/platform/graphics/DrawLooperBuilder.cpp
|
| index 3b0a8f45ae0f94efb0a724f92aa75483c59f84f7..c8387b10820f991ca6ddfd12577587794e4f2c4d 100644
|
| --- a/sky/engine/platform/graphics/DrawLooperBuilder.cpp
|
| +++ b/sky/engine/platform/graphics/DrawLooperBuilder.cpp
|
| @@ -28,18 +28,18 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/graphics/DrawLooperBuilder.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/graphics/DrawLooperBuilder.h"
|
|
|
| -#include "platform/geometry/FloatSize.h"
|
| -#include "platform/graphics/Color.h"
|
| +#include "sky/engine/platform/geometry/FloatSize.h"
|
| +#include "sky/engine/platform/graphics/Color.h"
|
| +#include "sky/engine/wtf/RefPtr.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "third_party/skia/include/core/SkColorFilter.h"
|
| #include "third_party/skia/include/core/SkDrawLooper.h"
|
| #include "third_party/skia/include/core/SkPaint.h"
|
| #include "third_party/skia/include/core/SkXfermode.h"
|
| #include "third_party/skia/include/effects/SkBlurMaskFilter.h"
|
| -#include "wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|