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

Unified Diff: ui/aura/window_port_local.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_port.h ('k') | ui/aura/window_port_local.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_port_local.h
diff --git a/ui/aura/window_port_local.h b/ui/aura/window_port_local.h
index 646f9aecdf7549183a65ce0f487eca3ee4645a26..a3b33ce934670ad202ca0b8ab8c62f7c79352327 100644
--- a/ui/aura/window_port_local.h
+++ b/ui/aura/window_port_local.h
@@ -31,6 +31,7 @@ class AURA_EXPORT WindowPortLocal : public WindowPort {
std::unique_ptr<ui::PropertyData> OnWillChangeProperty(
const void* key) override;
void OnPropertyChanged(const void* key,
+ int64_t old_value,
std::unique_ptr<ui::PropertyData> data) override;
private:
« no previous file with comments | « ui/aura/window_port.h ('k') | ui/aura/window_port_local.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698