Add a method in InspectableWebContentDelegate to set icon for devtools window.
This commit is contained in:
parent
c67ba6de6a
commit
a6627a7286
6 changed files with 28 additions and 0 deletions
|
@ -29,6 +29,7 @@ class InspectableWebContents {
|
|||
|
||||
// The delegate manages its own life.
|
||||
virtual void SetDelegate(InspectableWebContentsDelegate* delegate) = 0;
|
||||
virtual InspectableWebContentsDelegate* GetDelegate() const = 0;
|
||||
};
|
||||
|
||||
} // namespace brightray
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue