Bug 155744

Summary: Remove unused display and scroll view methods from PageClient and WebPageProxy
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, bugs-noreply, darin
Priority: P2 Keywords: Gtk
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Description Carlos Garcia Campos 2016-03-22 04:53:19 PDT
We have displayView(), canScrollView() and scrollView() that are used by DrawingAreaProxyImpl which is only used by GTK+ port that doesn't implement those methods.
Comment 1 Carlos Garcia Campos 2016-03-22 04:56:49 PDT
Created attachment 274645 [details]
Patch
Comment 2 Andreas Kling 2016-03-22 06:13:59 PDT
Comment on attachment 274645 [details]
Patch

r=me
Comment 3 Carlos Garcia Campos 2016-03-22 06:22:50 PDT
Committed r198526: <http://trac.webkit.org/changeset/198526>