[Webkit-unassigned] [Bug 149110] New: [EFL] Remove create() factory function in EvasGLContext
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 13 22:00:55 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=149110
Bug ID: 149110
Summary: [EFL] Remove create() factory function in
EvasGLContext
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit EFL
Assignee: webkit-unassigned at lists.webkit.org
Reporter: gyuyoung.kim at webkit.org
CC: demarchi at webkit.org
It is not good implementation we support both create() factory function and public constructor. In EvasGLContext case, it has supported both. However create() factory is only used by EwkView. Thus remove the create() function, then EwkView creates EvasGLContext using std::make_unique<> directly.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150914/86e1ef89/attachment.html>
More information about the webkit-unassigned
mailing list