mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
💄
This commit is contained in:
committed by
Kevin Sawicki
parent
2946ba7b9a
commit
df2bb3f75c
@@ -1,10 +1,9 @@
|
||||
#include "include/cef_base.h"
|
||||
#include "include/cef_v8.h"
|
||||
|
||||
|
||||
namespace v8_extensions {
|
||||
|
||||
class Native : public CefV8Handler {
|
||||
class Native : public CefV8Handler {
|
||||
public:
|
||||
static void CreateContextBinding(CefRefPtr<CefV8Context> context);
|
||||
virtual bool Execute(const CefString& name,
|
||||
@@ -23,4 +22,5 @@ class Native : public CefV8Handler {
|
||||
void operator=(Native const&);
|
||||
std::string windowState;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user