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

Unified Diff: sky/engine/public/web/WebViewClient.h

Issue 878673005: Get rid of Chrome, use Page. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « sky/engine/core/rendering/RenderLayerScrollableArea.cpp ('k') | sky/engine/web/ChromeClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebViewClient.h
diff --git a/sky/engine/public/web/WebViewClient.h b/sky/engine/public/web/WebViewClient.h
index 5cae7b1291d23b917798b32f10c4635adde34dcb..c3334409390cab9fbc7b5fd880b9c90c1aef8beb 100644
--- a/sky/engine/public/web/WebViewClient.h
+++ b/sky/engine/public/web/WebViewClient.h
@@ -118,13 +118,6 @@ public:
// Called when a new node gets focused.
virtual void focusedNodeChanged(const WebNode&) { }
- // Indicates two things:
- // 1) This view may have a new layout now.
- // 2) Calling layout() is a no-op.
- // After calling WebWidget::layout(), expect to get this notification
- // unless the view did not need a layout.
- virtual void didUpdateLayout() { }
-
// Returns comma separated list of accept languages.
virtual WebString acceptLanguages() { return WebString(); }
« no previous file with comments | « sky/engine/core/rendering/RenderLayerScrollableArea.cpp ('k') | sky/engine/web/ChromeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698