Closed GoogleCodeExporter closed 9 years ago
Original comment by magreenb...@gmail.com
on 16 Nov 2010 at 2:53
Also, this issue doesn't occur in any chromium test_shells.
Original comment by ad...@enesce.com
on 27 Nov 2010 at 11:19
Have you identified the CEF revision where this problem first occurs?
Original comment by magreenb...@gmail.com
on 29 Nov 2010 at 2:47
Update: This appears to be fixed in revision 158
Original comment by ad...@enesce.com
on 26 Jan 2011 at 8:15
I'm still experiencing the problem with a Debug build at revision 168 and
default settings.
Original comment by magreenb...@gmail.com
on 26 Jan 2011 at 2:41
Yeah still happening in latest HEAD revision. It seems to start at r126.
The bug occurs in "WebKit::WebGraphicsContext3D* createGraphicsContext3D()".
Replace:
return new webkit::gpu::WebGraphicsContext3DInProcessImpl();
With:
return NULL;
That makes the 2D canvas work fine. Hope it helps.
Original comment by ad...@enesce.com
on 21 Mar 2011 at 5:02
Use CEF3 for GPU accelerated features.
Original comment by magreenb...@gmail.com
on 2 Oct 2012 at 10:19
Original issue reported on code.google.com by
ad...@enesce.com
on 16 Nov 2010 at 3:38