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

Unified Diff: ui/views/widget/widget.h

Issue 1953183002: Support the ignored_by_shelf flag for Mus windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix deps and limit mus to MOJO_SHELL_CLIENT. Created 4 years, 7 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/views/mus/native_widget_mus.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget.h
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
index 307e0453d6a3d759dc407cb1e12daf55636397fb..e52c7fff2ed306a790c3afa52204c184111f19cc 100644
--- a/ui/views/widget/widget.h
+++ b/ui/views/widget/widget.h
@@ -5,9 +5,11 @@
#ifndef UI_VIEWS_WIDGET_WIDGET_H_
#define UI_VIEWS_WIDGET_WIDGET_H_
+#include <map>
#include <memory>
#include <set>
#include <stack>
+#include <string>
#include <vector>
#include "base/macros.h"
@@ -288,6 +290,9 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
// Used if widget is not activatable to do determine if mouse events should
// be sent to the widget.
bool wants_mouse_events_when_inactive = false;
+
+ // A map of properties applied to windows when running in mus.
+ std::map<std::string, std::vector<uint8_t>> mus_properties;
};
Widget();
« no previous file with comments | « ui/views/mus/native_widget_mus.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698