[Webkit-unassigned] [Bug 44127] [chromium] Thumbnails not generated for GPU Rendered Pages
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 30 11:02:37 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44127
--- Comment #21 from W. James MacLean <wjmaclean at chromium.org> 2010-08-30 11:02:37 PST ---
(In reply to comment #20)
> Looks good! Just one small comment on the bitmap format test and otherwise should be ready to go.
>
> Hmm, is this still an issue? I see that in your patch you're using the PLATFORM() test. As far as I can tell, PLATFORM(SKIA/CG) expands out to WTF_PLATFORM_SKIA/CG . These two are defined in Platform.h, with WTF_PLATFORM_SKIA only defined if OS(DARWIN).
>
No, it seems fine. I'm not sure why I was having difficulty with it before, but it seems to be OK now.
> We probably need to be a bit more defensive here and bail out if the config is not what we expect, otherwise we'll end up with memory corruption. What about:
>
> if (bitmap.config() == SkBitmap::kARGB_8888_Config) {
>
> // do the stuff
> pixels = blah;
>
> } else {
> ASSERT_NOT_REACHED();
> }
>
> And similarly for the mac code.
Done.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list