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

Unified Diff: ash/wm/ash_focus_rules.h

Issue 2042913002: Converts MruWindowTracker to work with common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweaks Created 4 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: ash/wm/ash_focus_rules.h
diff --git a/ash/wm/ash_focus_rules.h b/ash/wm/ash_focus_rules.h
index c7430e87475b915b14294825cd57d6c9727399b1..97546cd7e977d34c2f6766cd1c0583e77cc77072 100644
--- a/ash/wm/ash_focus_rules.h
+++ b/ash/wm/ash_focus_rules.h
@@ -24,6 +24,7 @@ class ASH_EXPORT AshFocusRules : public ::wm::BaseFocusRules {
private:
// ::wm::BaseFocusRules:
+ bool IsToplevelWindow(aura::Window* window) const override;
bool SupportsChildActivation(aura::Window* window) const override;
bool IsWindowConsideredVisibleForActivation(
aura::Window* window) const override;

Powered by Google App Engine
This is Rietveld 408576698