SSIA. WebView does not need to know about both PageViewportController and PageViewportControllerClientEfl. Considering the fact that PageViewportController will stop being WK2 internal and will be based on WK2 C API, it's worth moving it to Ewk API layer - into EwkView.
Created attachment 189318 [details] patch
Comment on attachment 189318 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=189318&action=review LGTM > Source/WebKit2/UIProcess/efl/WebView.cpp:155 > + m_ewkView->pageViewportControllerClient()->updateViewportSize(); Would be nice to get rid of m_ewkView from this class
(In reply to comment #2) > (From update of attachment 189318 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=189318&action=review > > LGTM > > > Source/WebKit2/UIProcess/efl/WebView.cpp:155 > > + m_ewkView->pageViewportControllerClient()->updateViewportSize(); > > Would be nice to get rid of m_ewkView from this class Sure. We'll remove m_ewkView usage here via WKViewClient API extension.
Comment on attachment 189318 [details] patch Clearing flags on attachment: 189318 Committed r143582: <http://trac.webkit.org/changeset/143582>
All reviewed patches have been landed. Closing bug.