Prototype for build warning as error.
BUG= Review URL: https://codereview.chromium.org/17060004 git-svn-id: http://skia.googlecode.com/svn/trunk@9613 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
2bbc2c945b
commit
24d6454cb8
@ -85,6 +85,7 @@ static void test_5bits() {
|
||||
}
|
||||
|
||||
// No longer marked static, since it is externed in SampleUnpremul.
|
||||
SkShader* createChecker();
|
||||
SkShader* createChecker() {
|
||||
SkBitmap bm;
|
||||
bm.setConfig(SkBitmap::kARGB_8888_Config, 2, 2);
|
||||
|
Loading…
Reference in New Issue
Block a user