| Index: src/opts/SkBlitRow_opts_SSE2.h
|
| diff --git a/src/opts/SkBlitRow_opts_SSE2.h b/src/opts/SkBlitRow_opts_SSE2.h
|
| index fcf82d08e578c09523beafc47b92d2be940a255d..29fd96e5e915da215ea763f5570eb9a446889643 100644
|
| --- a/src/opts/SkBlitRow_opts_SSE2.h
|
| +++ b/src/opts/SkBlitRow_opts_SSE2.h
|
| @@ -1,4 +1,3 @@
|
| -
|
| /*
|
| * Copyright 2009 The Android Open Source Project
|
| *
|
| @@ -6,6 +5,8 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| +#ifndef SkBlitRow_opts_SSE2_DEFINED
|
| +#define SkBlitRow_opts_SSE2_DEFINED
|
|
|
| #include "SkBlitRow.h"
|
|
|
| @@ -41,3 +42,5 @@ void S32_D565_Opaque_Dither_SSE2(uint16_t* SK_RESTRICT dst,
|
| void S32A_D565_Opaque_Dither_SSE2(uint16_t* SK_RESTRICT dst,
|
| const SkPMColor* SK_RESTRICT src,
|
| int count, U8CPU alpha, int x, int y);
|
| +
|
| +#endif
|
|
|