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

Unified Diff: trunk/src/ui/views/widget/desktop_aura/desktop_root_window_host.h

Issue 23710009: Revert 219673 "Fix Views Combobox and Tree View text input." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 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: trunk/src/ui/views/widget/desktop_aura/desktop_root_window_host.h
===================================================================
--- trunk/src/ui/views/widget/desktop_aura/desktop_root_window_host.h (revision 220120)
+++ trunk/src/ui/views/widget/desktop_aura/desktop_root_window_host.h (working copy)
@@ -108,6 +108,11 @@
virtual void InitModalType(ui::ModalType modal_type) = 0;
virtual void FlashFrame(bool flash_frame) = 0;
+
+ // Called when the DesktopNativeWidgetAura's aura::Window is focused and
+ // blurred.
+ virtual void OnNativeWidgetFocus() = 0;
+ virtual void OnNativeWidgetBlur() = 0;
};
} // namespace views

Powered by Google App Engine
This is Rietveld 408576698