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

Unified Diff: content/browser/web_contents/web_contents_view_aura.cc

Issue 10562025: aura: Fix WidgetFocusChangeListener::OnNativeFocusChange(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge again Created 8 years, 6 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: content/browser/web_contents/web_contents_view_aura.cc
diff --git a/content/browser/web_contents/web_contents_view_aura.cc b/content/browser/web_contents/web_contents_view_aura.cc
index ae93a13954083591cf04a245761bc1fb19b55c8d..a484025de59e3d2b81cab6ef38c49b378f54f6d2 100644
--- a/content/browser/web_contents/web_contents_view_aura.cc
+++ b/content/browser/web_contents/web_contents_view_aura.cc
@@ -490,7 +490,7 @@ void WebContentsViewAura::OnBoundsChanged(const gfx::Rect& old_bounds,
delegate_->SizeChanged(new_bounds.size());
}
-void WebContentsViewAura::OnFocus() {
+void WebContentsViewAura::OnFocus(aura::Window* old_focused_window) {
}
void WebContentsViewAura::OnBlur() {

Powered by Google App Engine
This is Rietveld 408576698