Enable image is opaque test seems to pass now

BUG=skia:2857

Review URL: https://codereview.chromium.org/1375293003
This commit is contained in:
joshualitt 2015-10-01 09:49:25 -07:00 committed by Commit bot
parent a1ebeb25e9
commit 4d06ae620d

View File

@ -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
}
}