views: Set devtools window's icon, fixes #429.
This commit is contained in:
parent
700510d63a
commit
bda317b000
3 changed files with 8 additions and 1 deletions
|
@ -105,6 +105,9 @@ class NativeWindowViews : public NativeWindow,
|
|||
virtual views::NonClientFrameView* CreateNonClientFrameView(
|
||||
views::Widget* widget) OVERRIDE;
|
||||
|
||||
// brightray::InspectableWebContentsDelegate:
|
||||
virtual gfx::ImageSkia GetDevToolsWindowIcon() OVERRIDE;
|
||||
|
||||
// content::WebContentsDelegate:
|
||||
virtual void HandleMouseDown() OVERRIDE;
|
||||
virtual void HandleKeyboardEvent(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue