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

Unified Diff: ui/aura/window_port.h

Issue 2710023007: Make WindowTree::SetModal() take the type. (Closed)
Patch Set: Don't check for system modal when AddTransientWindow(). 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
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.

Powered by Google App Engine
This is Rietveld 408576698