[Webkit-unassigned] [Bug 129676] [EFL] Replace GraphicsContext3D with Evas_GL in AcceleratedCompositingContext.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 5 23:13:35 PST 2014


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


Gyuyoung Kim <gyuyoung.kim at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #225946|review?                     |review-
               Flag|                            |




--- Comment #10 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2014-03-05 23:10:36 PST ---
(From update of attachment 225946)
View in context: https://bugs.webkit.org/attachment.cgi?id=225946&action=review

r- based on review comments.

> Source/WebKit/efl/WebCoreSupport/AcceleratedCompositingContextEfl.h:61
> +    OwnPtr<Evas_GL> m_evasGL;

OwnPtr is being replaced by C+11 (e.g. std::unique_ptr) So, it would be good if you start to use it in this patch.

Loot at the meta bug.

Convert OwnPtr and PassOwnPtr uses to std::unique_ptr
https://bugs.webkit.org/show_bug.cgi?id=128007

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