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

Unified Diff: ash/host/ash_window_tree_host_x11.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
Index: ash/host/ash_window_tree_host_x11.h
diff --git a/ash/host/ash_window_tree_host_x11.h b/ash/host/ash_window_tree_host_x11.h
index f0e30d3731ab90a74991f62186b48ba9b868f6f5..0c9830819b31b87adce6057fca970db0b05359eb 100644
--- a/ash/host/ash_window_tree_host_x11.h
+++ b/ash/host/ash_window_tree_host_x11.h
@@ -34,13 +34,14 @@ class ASH_EXPORT AshWindowTreeHostX11 : public AshWindowTreeHost,
aura::WindowTreeHost* AsWindowTreeHost() override;
void PrepareForShutdown() override;
- // aura::WindowTreehost:
+ // aura::WindowTreeHost:
void SetBounds(const gfx::Rect& bounds) override;
gfx::Transform GetRootTransform() const override;
void SetRootTransform(const gfx::Transform& transform) override;
gfx::Transform GetInverseRootTransform() const override;
void UpdateRootWindowSize(const gfx::Size& host_size) override;
void OnCursorVisibilityChangedNative(bool show) override;
+ void RemapAsNormalWindow() override;
// aura::WindowTreeHostX11:
void OnConfigureNotify() override;

Powered by Google App Engine
This is Rietveld 408576698