fix missing-case-statement warning

git-svn-id: http://skia.googlecode.com/svn/trunk@7381 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2013-01-24 22:09:06 +00:00
parent 9f60291c53
commit 58c0aaaf1b

View File

@ -51,6 +51,8 @@ public:
#endif // SK_ANGLE
case kNullGPU_DeviceType:
return true;
default:
return false;
}
#endif // SK_SUPPORT_GPU
return false;