Bug 160506

Summary: Duplicated code in DrawingAreaProxyImpl and CoordinatedDrawingAreaProxy
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, gyuyoung.kim, yoon, zan
Priority: P2 Keywords: Gtk
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Try to fix EFL build
none
Try to fix EFL build mcatanzaro: review+

Description Carlos Garcia Campos 2016-08-03 07:18:21 PDT
This is mostly the same than bug #159259, CoordinatedDrawingAreaProxy is just a copy paste of DrawingAreaProxyImpl with the non accelerated composited code path removed. We could reuse most of the code by subclassing.
Comment 1 Carlos Garcia Campos 2016-08-03 07:26:49 PDT
Created attachment 285228 [details]
Patch
Comment 2 Carlos Garcia Campos 2016-08-03 07:43:45 PDT
Created attachment 285229 [details]
Try to fix EFL build
Comment 3 Carlos Garcia Campos 2016-08-03 07:48:30 PDT
Created attachment 285230 [details]
Try to fix EFL build
Comment 4 Carlos Garcia Campos 2016-08-07 22:40:02 PDT
Committed r204249: <http://trac.webkit.org/changeset/204249>