mirror of
https://github.com/electron/electron.git
synced 2026-02-13 16:45:14 -05:00
11 lines
228 B
C++
11 lines
228 B
C++
#include "brightray/browser/inspectable_web_contents_view_delegate.h"
|
|
|
|
namespace brightray {
|
|
|
|
gfx::ImageSkia InspectableWebContentsViewDelegate::GetDevToolsWindowIcon() {
|
|
return gfx::ImageSkia();
|
|
}
|
|
|
|
} // namespace brightray
|
|
|