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

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

Issue 2046793002: Move didMeaningfulLayout calls from WebViewClient to WebWidgetClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: print Created 4 years, 5 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 f94f9e9a0f209185c336e233dfdce5937cdf1219..a2bb2f922075199c9950ce9d324e29aa6ad7564c 100644
--- a/third_party/WebKit/public/web/WebViewClient.h
+++ b/third_party/WebKit/public/web/WebViewClient.h
@@ -259,7 +259,6 @@ public:
void didFocus() override {}
void didHandleGestureEvent(const WebGestureEvent& event, bool eventCancelled) override {}
void didInvalidateRect(const WebRect&) override {}
- void didMeaningfulLayout(WebMeaningfulLayout) override {}
void didOverscroll(const WebFloatSize& overscrollDelta, const WebFloatSize& accumulatedOverscroll, const WebFloatPoint& positionInViewport, const WebFloatSize& velocityInViewport) override {}
void didUpdateTextOfFocusedElementByNonUserInput() override {}
void hasTouchEventHandlers(bool) override {}

Powered by Google App Engine
This is Rietveld 408576698