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

Unified Diff: ui/views/widget/native_widget_aura.cc

Issue 8642002: Enable FocusManager tests for Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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: ui/views/widget/native_widget_aura.cc
===================================================================
--- ui/views/widget/native_widget_aura.cc (revision 111160)
+++ ui/views/widget/native_widget_aura.cc (working copy)
@@ -510,8 +510,7 @@
}
void NativeWidgetAura::FocusNativeView(gfx::NativeView native_view) {
- // http://crbug.com/102572
- NOTIMPLEMENTED();
+ window_->GetFocusManager()->SetFocusedWindow(native_view);
}
gfx::Rect NativeWidgetAura::GetWorkAreaBoundsInScreen() const {

Powered by Google App Engine
This is Rietveld 408576698