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

Unified Diff: ui/aura/window_port.h

Issue 2710023007: Make WindowTree::SetModal() take the type. (Closed)
Patch Set: address feedback. Created 3 years, 9 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
« no previous file with comments | « ui/aura/window.cc ('k') | ui/aura/window_port_local.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_port.h
diff --git a/ui/aura/window_port.h b/ui/aura/window_port.h
index cc1ee5471588fca664cf796f38743235995bffe5..df3da59658480ccb6e46a05c7d63acf8168b41d2 100644
--- a/ui/aura/window_port.h
+++ b/ui/aura/window_port.h
@@ -66,9 +66,9 @@ class AURA_EXPORT WindowPort {
// Called after a property changes, but before observers are notified. |data|
// is the return value from OnWillChangeProperty().
- virtual void OnPropertyChanged(
- const void* key,
- std::unique_ptr<ui::PropertyData> data) = 0;
+ virtual void OnPropertyChanged(const void* key,
+ int64_t old_value,
+ std::unique_ptr<ui::PropertyData> data) = 0;
protected:
// Returns the WindowPort associated with a Window.
« no previous file with comments | « ui/aura/window.cc ('k') | ui/aura/window_port_local.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698