Index: src/opts/SkBitmapFilter_opts_SSE2.h |
diff --git a/src/opts/SkBitmapFilter_opts_SSE2.h b/src/opts/SkBitmapFilter_opts_SSE2.h |
index 588f4ef18bbe19c71bb2ea118889f795a1dc15fe..661a824e22734eac14855a724cbb737d4816aca6 100644 |
--- a/src/opts/SkBitmapFilter_opts_SSE2.h |
+++ b/src/opts/SkBitmapFilter_opts_SSE2.h |
@@ -1,4 +1,3 @@ |
- |
/* |
* Copyright 2013 Google Inc. |
* |
@@ -6,7 +5,6 @@ |
* found in the LICENSE file. |
*/ |
- |
#ifndef SkBitmapFilter_opts_sse2_DEFINED |
#define SkBitmapFilter_opts_sse2_DEFINED |
@@ -14,9 +12,9 @@ |
#include "SkConvolver.h" |
void highQualityFilter_ScaleOnly_SSE2(const SkBitmapProcState &s, int x, int y, |
- SkPMColor *SK_RESTRICT colors, int count); |
+ SkPMColor *SK_RESTRICT colors, int count); |
void highQualityFilter_SSE2(const SkBitmapProcState &s, int x, int y, |
- SkPMColor *SK_RESTRICT colors, int count); |
+ SkPMColor *SK_RESTRICT colors, int count); |
void convolveVertically_SSE2(const SkConvolutionFilter1D::ConvolutionFixed* filter_values, |