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

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

Issue 1707233002: Reduce the fullscreen window height by 1px on activation loss. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments Created 4 years, 10 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: ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
index 963658aeb67981a842009f06531f9028ba8c1f69..a32e0542288d012c369f8524e2e6ba0192478ab9 100644
--- a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
+++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
@@ -149,7 +149,9 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin
gfx::NativeViewAccessible GetNativeViewAccessible() override;
bool ShouldHandleSystemCommands() const override;
void HandleAppDeactivated() override;
- void HandleActivationChanged(bool active) override;
+ void HandleActivationChanged(
+ bool active,
+ HWND window_gaining_or_losing_activation) override;
bool HandleAppCommand(short command) override;
void HandleCancelMode() override;
void HandleCaptureLost() override;

Powered by Google App Engine
This is Rietveld 408576698