Fix function not predeclared warning on Mac.

TBR=robertphillips@google.com
Review URL: https://codereview.appspot.com/7314048

git-svn-id: http://skia.googlecode.com/svn/trunk@7632 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2013-02-06 21:44:21 +00:00
parent a519f48783
commit 383e234493

View File

@ -93,7 +93,7 @@ int SkDebugCanvas::getCommandAtPoint(int x, int y, int index) {
return layer;
}
SkPMColor OverdrawXferModeProc(SkPMColor src, SkPMColor dst) {
static SkPMColor OverdrawXferModeProc(SkPMColor src, SkPMColor dst) {
// This table encodes the color progression of the overdraw visualization
static const SkPMColor gTable[] = {
SkPackARGB32(0x00, 0x00, 0x00, 0x00),