gtk: Use libgtk2ui from chrome.

This commit is contained in:
Cheng Zhao 2014-06-29 03:41:22 +00:00
parent 436deddf68
commit e5c10f29de
12 changed files with 624 additions and 16 deletions

View file

@ -17,7 +17,7 @@ class AtomBindings {
AtomBindings();
virtual ~AtomBindings();
// Add process.atom_binding function, which behaves like process.atomBinding but
// Add process.atomBinding function, which behaves like process.binding but
// load native code from atom-shell instead.
virtual void BindTo(v8::Isolate* isolate, v8::Handle<v8::Object> process);