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

Unified Diff: ash/mus/bridge/wm_window_mus.h

Issue 2613863005: Removes/promotes functions from WmWindowMus to WmWindowAura (Closed)
Patch Set: Created 3 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/mus/bridge/wm_window_mus.h
diff --git a/ash/mus/bridge/wm_window_mus.h b/ash/mus/bridge/wm_window_mus.h
index 3a910d97746d03c779d9c2ff54f4df0776ee9e10..f4c8fcdb449fe3a919b5d7e0b0d0ba427208d06e 100644
--- a/ash/mus/bridge/wm_window_mus.h
+++ b/ash/mus/bridge/wm_window_mus.h
@@ -62,25 +62,10 @@ class WmWindowMus : public WmWindowAura {
// WmWindow:
WmRootWindowController* GetRootWindowController() override;
WmShell* GetShell() const override;
- int GetIntProperty(WmWindowProperty key) override;
- bool MoveToEventRoot(const ui::Event& event) override;
- void SetBoundsInScreen(const gfx::Rect& bounds_in_screen,
- const display::Display& dst_display) override;
- void SetPinned(bool trusted) override;
void CloseWidget() override;
- bool CanActivate() const override;
- void ShowResizeShadow(int component) override;
- void HideResizeShadow() override;
- void InstallResizeHandleWindowTargeter(
- ImmersiveFullscreenController* immersive_fullscreen_controller) override;
- void SetBoundsInScreenBehaviorForChildren(
- BoundsInScreenBehavior behavior) override;
void AddLimitedPreTargetHandler(ui::EventHandler* handler) override;
private:
- BoundsInScreenBehavior child_bounds_in_screen_behavior_ =
- BoundsInScreenBehavior::USE_LOCAL_COORDINATES;
-
DISALLOW_COPY_AND_ASSIGN(WmWindowMus);
};

Powered by Google App Engine
This is Rietveld 408576698