Use views to implement NativeWindow and MessageBox on Linux.
This commit is contained in:
parent
1965a5ee50
commit
61db17412c
22 changed files with 384 additions and 1777 deletions
|
@ -26,11 +26,11 @@ class AtomBrowserMainParts : public brightray::BrowserMainParts {
|
|||
protected:
|
||||
// Implementations of brightray::BrowserMainParts.
|
||||
virtual brightray::BrowserContext* CreateBrowserContext() OVERRIDE;
|
||||
virtual void InitProxyResolverV8() OVERRIDE;
|
||||
|
||||
// Implementations of content::BrowserMainParts.
|
||||
virtual void PostEarlyInitialization() OVERRIDE;
|
||||
virtual void PreMainMessageLoopRun() OVERRIDE;
|
||||
virtual int PreCreateThreads() OVERRIDE;
|
||||
#if defined(OS_MACOSX)
|
||||
virtual void PreMainMessageLoopStart() OVERRIDE;
|
||||
virtual void PostDestroyThreads() OVERRIDE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue