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

Unified Diff: ash/host/ash_window_tree_host_unified.h

Issue 1456963002: Make browser windows override_redirect when dragging tabs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make browser windows override_redirect when dragging tabs. Created 4 years, 11 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
« no previous file with comments | « no previous file | ash/host/ash_window_tree_host_unified.cc » ('j') | ash/host/ash_window_tree_host_x11.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/host/ash_window_tree_host_unified.h
diff --git a/ash/host/ash_window_tree_host_unified.h b/ash/host/ash_window_tree_host_unified.h
index 32557c9ed482af9f308fad2a385fefc55f1f7715..bc6f80a5294a8b8170837e47728d704ea7d508d1 100644
--- a/ash/host/ash_window_tree_host_unified.h
+++ b/ash/host/ash_window_tree_host_unified.h
@@ -60,6 +60,7 @@ class AshWindowTreeHostUnified : public AshWindowTreeHost,
void SetCursorNative(gfx::NativeCursor cursor) override;
void MoveCursorToNative(const gfx::Point& location) override;
void OnCursorVisibilityChangedNative(bool show) override;
+ void RemapAsNormalWindow() override;
Daniel Erat 2016/01/19 20:36:22 is this header included on all platforms? if so, t
stapelberg 2016/01/20 13:31:09 Based on ash/BUILD.gn containing e.g. Windows-spec
// aura::WindowObserver:
void OnWindowDestroying(aura::Window* window) override;
« no previous file with comments | « no previous file | ash/host/ash_window_tree_host_unified.cc » ('j') | ash/host/ash_window_tree_host_x11.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698