[Webkit-unassigned] [Bug 73814] [Qt] Remove redundant m_glWidget->makeCurrent() calls in GraphicsContext3DQt.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 5 15:13:28 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=73814
--- Comment #3 from Huang Dongsung <luxtella at company100.net> 2011-12-05 15:13:28 PST ---
That's simple reason. I followed GraphicsContext3DOpenGL.cpp.
There are two options.
1. makeContextCurrent();
2. m_private->makeCurrentIfNeeded();
I chose 1 option.
Do you think I should describe above explanation in Changelog?
--
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