The ElementSizeChanged has been removed
This commit is contained in:
parent
b5c9fe78f1
commit
a9ad783bca
2 changed files with 0 additions and 16 deletions
|
@ -211,7 +211,6 @@ class WebContents : public mate::EventEmitter,
|
|||
|
||||
// content::BrowserPluginGuestDelegate:
|
||||
void DidAttach(int guest_proxy_routing_id) final;
|
||||
void ElementSizeChanged(const gfx::Size& size) final;
|
||||
content::WebContents* GetOwnerWebContents() const final;
|
||||
void GuestSizeChanged(const gfx::Size& new_size) final;
|
||||
void SetGuestHost(content::GuestHost* guest_host) final;
|
||||
|
@ -249,10 +248,6 @@ class WebContents : public mate::EventEmitter,
|
|||
// Unique ID for a guest WebContents.
|
||||
int guest_instance_id_;
|
||||
|
||||
// |element_instance_id_| is an identifer that's unique to a particular
|
||||
// element.
|
||||
int element_instance_id_;
|
||||
|
||||
// Stores whether the contents of the guest can be transparent.
|
||||
bool guest_opaque_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue