Merge pull request #4161 from gabriel/master
Support backgroundColor for window on mac
This commit is contained in:
commit
21f5e27a5e
5 changed files with 36 additions and 27 deletions
|
@ -265,6 +265,9 @@ class NativeWindow : public base::SupportsUserData,
|
|||
void BeforeUnloadDialogCancelled() override;
|
||||
bool OnMessageReceived(const IPC::Message& message) override;
|
||||
|
||||
// Parse hex color like "#FFF" or "#EFEFEF"
|
||||
SkColor ParseHexColor(const std::string& name);
|
||||
|
||||
private:
|
||||
// Schedule a notification unresponsive event.
|
||||
void ScheduleUnresponsiveEvent(int ms);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue