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

Unified Diff: ui/aura/window_port_local.cc

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/window_port_local.cc
diff --git a/ui/aura/window_port_local.cc b/ui/aura/window_port_local.cc
index 9037c2602116afcb72a7d62db2d00c3a1ba311d7..746f5e48bb2cd34945df4e888833d88d976d2ee8 100644
--- a/ui/aura/window_port_local.cc
+++ b/ui/aura/window_port_local.cc
@@ -79,13 +79,13 @@ void WindowPortLocal::OnVisibilityChanged(bool visible) {}
void WindowPortLocal::OnDidChangeBounds(const gfx::Rect& old_bounds,
const gfx::Rect& new_bounds) {}
-std::unique_ptr<WindowPortPropertyData> WindowPortLocal::OnWillChangeProperty(
+std::unique_ptr<ui::PropertyData> WindowPortLocal::OnWillChangeProperty(
const void* key) {
return nullptr;
}
void WindowPortLocal::OnPropertyChanged(
const void* key,
- std::unique_ptr<WindowPortPropertyData> data) {}
+ std::unique_ptr<ui::PropertyData> data) {}
} // namespace aura
« no previous file with comments | « ui/aura/window_port_local.h ('k') | ui/aura/window_property.h » ('j') | ui/base/class_property.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698