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

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

Issue 2597733002: [views] Makes DesktopWindowTreeHostX11::FrameTypeChanged use PostTask (Closed)
Patch Set: [views] Makes DesktopWindowTreeHostX11::FrameTypeChanged use PostTask Created 4 years 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_x11.h
diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
index 7b78e7ea01c9976a3cae0168cc8a2e6ab0d6b2cd..34a7e75f7af704127b5ebb44f1b1955cd7491342 100644
--- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
+++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
@@ -271,6 +271,7 @@ class VIEWS_EXPORT DesktopWindowTreeHostX11
uint32_t DispatchEvent(const ui::PlatformEvent& event) override;
void DelayedResize(const gfx::Size& size_in_pixels);
+ void DelayedChangeFrameType(Widget::FrameType new_type);
gfx::Rect GetWorkAreaBoundsInPixels() const;
gfx::Rect ToDIPRect(const gfx::Rect& rect_in_pixels) const;

Powered by Google App Engine
This is Rietveld 408576698