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

Unified Diff: ui/aura/mus/window_port_mus.h

Issue 2632543003: Refactor and push window properties up to class properties. (Closed)
Patch Set: More build fixes 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: ui/aura/mus/window_port_mus.h
diff --git a/ui/aura/mus/window_port_mus.h b/ui/aura/mus/window_port_mus.h
index c293b849c5a8fa5b49c6fe53d8893b0740abbfad..c3018a3682fa698189405595ab5c3579a87ec814 100644
--- a/ui/aura/mus/window_port_mus.h
+++ b/ui/aura/mus/window_port_mus.h
@@ -231,10 +231,10 @@ class AURA_EXPORT WindowPortMus : public WindowPort, public WindowMus {
void OnVisibilityChanged(bool visible) override;
void OnDidChangeBounds(const gfx::Rect& old_bounds,
const gfx::Rect& new_bounds) override;
- std::unique_ptr<WindowPortPropertyData> OnWillChangeProperty(
+ std::unique_ptr<ui::PropertyData> OnWillChangeProperty(
const void* key) override;
void OnPropertyChanged(const void* key,
- std::unique_ptr<WindowPortPropertyData> data) override;
+ std::unique_ptr<ui::PropertyData> data) override;
WindowTreeClient* window_tree_client_;

Powered by Google App Engine
This is Rietveld 408576698