[Webkit-unassigned] [Bug 77296] Make GraphicsContext3DPrivate of GTK port shareable.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 29 18:21:59 PST 2012


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





--- Comment #4 from Martin Robinson <mrobinson at webkit.org>  2012-01-29 18:21:59 PST ---
(From update of attachment 124464)
View in context: https://bugs.webkit.org/attachment.cgi?id=124464&action=review

> Source/WebCore/platform/graphics/glx/GraphicsContext3DPrivate.h:41
> +    public:
> +    static PassOwnPtr<GraphicsContext3DPrivate> create();
> +    ~GraphicsContext3DPrivate();
> +    bool makeContextCurrent();
> +
> +    private:

Since the code is moving it might be a good idea to fix the indentation of "public:" and "private:"

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