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

Unified Diff: public/web/WebViewClient.h

Issue 1348503003: One AXObjectCache per frame (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated or deleted layout tests Created 5 years, 3 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
« Source/web/ChromeClientImpl.cpp ('K') | « Source/web/ChromeClientImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebViewClient.h
diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
index d690585b683518a147da0714e696b7bcf0b6b087..c2332510ddddb3b0146acfe7ebf5cd424b0bc186 100644
--- a/public/web/WebViewClient.h
+++ b/public/web/WebViewClient.h
@@ -188,6 +188,9 @@ public:
// is the newly focused node. Either can be null.
virtual void focusedNodeChanged(const WebNode& fromNode, const WebNode& toNode) { }
+ // Called when the focused frame changes.
+ virtual void focusedFrameChanged() { }
+
// Indicates two things:
// 1) This view may have a new layout now.
// 2) Calling layout() is a no-op.
« Source/web/ChromeClientImpl.cpp ('K') | « Source/web/ChromeClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698