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

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

Issue 2632543003: Refactor and push window properties up to class properties. (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: 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 084e9d539b2b6832e163bf5b9bb633653d7a883d..2b6cbad05820d27b1413eede514e6e1470c2d7b5 100644
--- a/ui/aura/mus/window_port_mus.h
+++ b/ui/aura/mus/window_port_mus.h
@@ -228,10 +228,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