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

Unified Diff: ui/views/widget/desktop_aura/desktop_native_widget_aura.h

Issue 801953002: Use template specialization to generate WindowProperty code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/desktop_aura/desktop_native_widget_aura.h
diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
index a3c114e2fe85246f97ab77a84c745a4a1b3080f5..bab7cd86fff8d4bb004b22dc4385f188f6431ba9 100644
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
@@ -238,6 +238,9 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
friend class FocusManagerEventHandler;
friend class RootWindowDestructionObserver;
+ static void SetForWindow(aura::Window* window,
+ DesktopNativeWidgetAura* desktop_native_widget);
+
// Installs the input method filter.
void InstallInputMethodEventFilter();

Powered by Google App Engine
This is Rietveld 408576698