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

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

Issue 1403293003: Introduce AndroidFocusRules and NativeWidgetAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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.h
diff --git a/ui/views/widget/native_widget_aura.h b/ui/views/widget/native_widget_aura.h
index abe3a8a3d6f90d8c0e1a9f67b7440f3f7531acd0..ffb991e41c972580dd949a72fc53610827f2afd0 100644
--- a/ui/views/widget/native_widget_aura.h
+++ b/ui/views/widget/native_widget_aura.h
@@ -41,8 +41,8 @@ class VIEWS_EXPORT NativeWidgetAura
public:
explicit NativeWidgetAura(internal::NativeWidgetDelegate* delegate);
- // Called internally by NativeWidgetAura and DesktopNativeWidgetAura to
- // associate |native_widget| with |window|.
+ // Called internally by NativeWidgetAura, DesktopNativeWidgetAura and
+ // DesktopNativeWidgetAndroid to associate |native_widget| with |window|.
sky 2015/11/18 19:11:06 NativeWidgetAndroid, or nuke all the names and say
bshe 2015/11/18 19:29:52 Done.
static void RegisterNativeWidgetForWindow(
internal::NativeWidgetPrivate* native_widget,
aura::Window* window);

Powered by Google App Engine
This is Rietveld 408576698