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:
parent
a519f48783
commit
383e234493
@ -93,7 +93,7 @@ int SkDebugCanvas::getCommandAtPoint(int x, int y, int index) {
|
|||||||
return layer;
|
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
|
// This table encodes the color progression of the overdraw visualization
|
||||||
static const SkPMColor gTable[] = {
|
static const SkPMColor gTable[] = {
|
||||||
SkPackARGB32(0x00, 0x00, 0x00, 0x00),
|
SkPackARGB32(0x00, 0x00, 0x00, 0x00),
|
||||||
|
Loading…
Reference in New Issue
Block a user