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

Unified Diff: Source/core/page/Chrome.h

Issue 851393002: add previously focused node to WebClient::focusedNodeChanged (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: dont break chrome 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
Index: Source/core/page/Chrome.h
diff --git a/Source/core/page/Chrome.h b/Source/core/page/Chrome.h
index 3532753be9d1af0ea3f008df81462ace7859a335..bbbae4201bef50373bbb5d285809cad6fc2768a9 100644
--- a/Source/core/page/Chrome.h
+++ b/Source/core/page/Chrome.h
@@ -83,7 +83,7 @@ public:
bool canTakeFocus(FocusType) const;
void takeFocus(FocusType) const;
- void focusedNodeChanged(Node*) const;
+ void focusedNodeChanged(Node*, Node*) const;
void show(NavigationPolicy = NavigationPolicyIgnore) const;

Powered by Google App Engine
This is Rietveld 408576698