Bug 104271

Summary: [EFL] [AC]Implement ImageExtractor::extractImage in GraphicsContext3DEfl
Product: WebKit Reporter: Kalyan <kalyan.kondapally>
Component: WebKit EFLAssignee: Kalyan <kalyan.kondapally>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, kenneth, lucas.de.marchi, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on:    
Bug Blocks: 102991    
Attachments:
Description Flags
patch
kenneth: review-
review fixes
kenneth: review+, kenneth: commit-queue-
review fixes none

Kalyan
Reported 2012-12-06 09:49:57 PST
Each platform must provide an implementation of this method.
Attachments
patch (3.93 KB, patch)
2012-12-06 11:27 PST, Kalyan
kenneth: review-
review fixes (3.91 KB, patch)
2012-12-06 14:02 PST, Kalyan
kenneth: review+
kenneth: commit-queue-
review fixes (3.92 KB, patch)
2012-12-06 22:00 PST, Kalyan
no flags
Kalyan
Comment 1 2012-12-06 11:27:48 PST
Kenneth Rohde Christiansen
Comment 2 2012-12-06 12:34:40 PST
Comment on attachment 178042 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=178042&action=review > Source/WebCore/platform/graphics/efl/GraphicsContext3DEfl.cpp:248 > + if (m_decoder) > + delete m_decoder; no, just delete m_decoder! this si c++ > Source/WebCore/platform/graphics/efl/GraphicsContext3DEfl.cpp:253 > + // This implementation is taken from GraphicsContext3DCairo dot at end > Source/WebCore/platform/graphics/efl/GraphicsContext3DEfl.cpp:311 > + return true; > + > } one newline too much. Also add newline before return
Kalyan
Comment 3 2012-12-06 14:02:50 PST
Created attachment 178076 [details] review fixes
Kenneth Rohde Christiansen
Comment 4 2012-12-06 16:48:24 PST
Comment on attachment 178076 [details] review fixes View in context: https://bugs.webkit.org/attachment.cgi?id=178076&action=review > Source/WebCore/ChangeLog:10 > + Covered by exisiting tests. spelling
Kalyan
Comment 5 2012-12-06 22:00:06 PST
Created attachment 178159 [details] review fixes
WebKit Review Bot
Comment 6 2012-12-07 02:50:58 PST
Comment on attachment 178159 [details] review fixes Clearing flags on attachment: 178159 Committed r136942: <http://trac.webkit.org/changeset/136942>
WebKit Review Bot
Comment 7 2012-12-07 02:51:02 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.