[Webkit-unassigned] [Bug 96627] [EFL] Use the shareable GraphicsContext3DOpenGL* implementation.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 26 03:30:02 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=96627





--- Comment #8 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-09-26 03:30:28 PST ---
(From update of attachment 164343)
View in context: https://bugs.webkit.org/attachment.cgi?id=164343&action=review

> Source/WebCore/platform/graphics/efl/GraphicsContext3DPrivate.cpp:48
> +        // WebKit1 code path.

I don't understand this comment well.

> Source/WebCore/platform/graphics/efl/GraphicsContext3DPrivate.cpp:57
> +        return;

new line?

> Source/WebCore/platform/graphics/efl/GraphicsContext3DPrivate.cpp:58
> +    evas = ecore_evas_get(ecoreEvas);

Why not define this here ?

Evas* evas =  ecore_evas_get(ecoreEvas);

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