Bug 155744 - Remove unused display and scroll view methods from PageClient and WebPageProxy
Summary: Remove unused display and scroll view methods from PageClient and WebPageProxy
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2016-03-22 04:53 PDT by Carlos Garcia Campos
Modified: 2016-03-22 06:22 PDT (History)
3 users (show)

See Also:


Attachments
Patch (12.06 KB, patch)
2016-03-22 04:56 PDT, Carlos Garcia Campos
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>