mirror of
https://github.com/electron/electron.git
synced 2026-02-16 10:07:05 -05:00
10 lines
208 B
C++
10 lines
208 B
C++
#include "browser/inspectable_web_contents_delegate.h"
|
|
|
|
namespace brightray {
|
|
|
|
gfx::ImageSkia InspectableWebContentsDelegate::GetDevToolsWindowIcon() {
|
|
return gfx::ImageSkia();
|
|
}
|
|
|
|
} // namespace brightray
|