Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(907)

Unified Diff: third_party/WebKit/public/web/WebViewClient.h

Issue 2290233007: Move convertViewportToWindow and convertWindowToViewport from (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/web/WebViewClient.h
diff --git a/third_party/WebKit/public/web/WebViewClient.h b/third_party/WebKit/public/web/WebViewClient.h
index 996b7730254c8e210de0247b914af84f4f6cb0b6..d81e08861e92dd87e859df3a805d8971d0a00e03 100644
--- a/third_party/WebKit/public/web/WebViewClient.h
+++ b/third_party/WebKit/public/web/WebViewClient.h
@@ -259,8 +259,6 @@ public:
// refactor WebView to not inherit from WebWidget.
// WebWidgetClient overrides.
void closeWidgetSoon() override {}
- void convertViewportToWindow(WebRect* rect) override {}
- void convertWindowToViewport(WebFloatRect* rect) override {}
void didHandleGestureEvent(const WebGestureEvent& event, bool eventCancelled) override {}
void didOverscroll(const WebFloatSize& overscrollDelta, const WebFloatSize& accumulatedOverscroll, const WebFloatPoint& positionInViewport, const WebFloatSize& velocityInViewport) override {}
void didUpdateTextOfFocusedElementByNonUserInput() override {}

Powered by Google App Engine
This is Rietveld 408576698