fix: RTL WindowButtonsProxy
buttons (#36839)
* fix: RTL WindowButtonsProxy buttons * chore: address review feedback
This commit is contained in:
parent
168726a052
commit
414791232a
3 changed files with 38 additions and 0 deletions
|
@ -202,6 +202,8 @@ class Browser : public WindowListObserver {
|
|||
bool UpdateUserActivityState(const std::string& type,
|
||||
base::Value::Dict user_info);
|
||||
|
||||
void ApplyForcedRTL();
|
||||
|
||||
// Bounce the dock icon.
|
||||
enum class BounceType {
|
||||
kCritical = 0, // NSCriticalRequest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue