💄
This commit is contained in:
parent
cb2116f725
commit
e49861b45b
5 changed files with 15 additions and 15 deletions
|
@ -10,11 +10,11 @@
|
|||
namespace atom {
|
||||
|
||||
class AtomRenderViewObserver : content::RenderViewObserver {
|
||||
public:
|
||||
public:
|
||||
explicit AtomRenderViewObserver(content::RenderView*);
|
||||
|
||||
private:
|
||||
~AtomRenderViewObserver();
|
||||
private:
|
||||
virtual ~AtomRenderViewObserver();
|
||||
|
||||
virtual void DidClearWindowObject(WebKit::WebFrame*) OVERRIDE;
|
||||
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
namespace atom {
|
||||
|
||||
class AtomRendererClient : public content::ContentRendererClient {
|
||||
public:
|
||||
public:
|
||||
AtomRendererClient();
|
||||
~AtomRendererClient();
|
||||
virtual ~AtomRendererClient();
|
||||
|
||||
private:
|
||||
private:
|
||||
virtual void RenderViewCreated(content::RenderView*) OVERRIDE;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(AtomRendererClient);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue