Enable image is opaque test seems to pass now
BUG=skia:2857 Review URL: https://codereview.chromium.org/1375293003
This commit is contained in:
parent
a1ebeb25e9
commit
4d06ae620d
@ -87,10 +87,8 @@ DEF_GPUTEST(ImageIsOpaqueTest_GPU, reporter, factory) {
|
||||
SkImageInfo infoOpaque = SkImageInfo::MakeN32(5, 5, kOpaque_SkAlphaType);
|
||||
SkAutoTUnref<SkSurface> surfaceOpaque(
|
||||
SkSurface::NewRenderTarget(context,SkSurface::kNo_Budgeted, infoOpaque));
|
||||
#if 0
|
||||
// this is failing right now : TODO fix me
|
||||
|
||||
check_isopaque(reporter, surfaceOpaque, true);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user