summaryrefslogtreecommitdiff
path: root/core/SkBitmapProcState_matrixProcs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/SkBitmapProcState_matrixProcs.cpp')
-rw-r--r--core/SkBitmapProcState_matrixProcs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/SkBitmapProcState_matrixProcs.cpp b/core/SkBitmapProcState_matrixProcs.cpp
index a05c13ed..02204b67 100644
--- a/core/SkBitmapProcState_matrixProcs.cpp
+++ b/core/SkBitmapProcState_matrixProcs.cpp
@@ -65,7 +65,7 @@ struct ClampTileProcs {
}
};
-// Referenced in opts_check_SSE2.cpp
+// Referenced in opts_check_x86.cpp
void ClampX_ClampY_nofilter_scale(const SkBitmapProcState& s, uint32_t xy[],
int count, int x, int y) {
return NoFilterProc_Scale<ClampTileProcs, true>(s, xy, count, x, y);