Implement SetIgnoreMouseEvents for Windows

This commit is contained in:
Cheng Zhao 2016-06-07 19:38:41 +09:00
parent fe4b957587
commit cae25cab3e
4 changed files with 13 additions and 4 deletions

View file

@ -91,6 +91,7 @@ class NativeWindowViews : public NativeWindow,
void SetBackgroundColor(const std::string& color_name) override;
void SetHasShadow(bool has_shadow) override;
bool HasShadow() override;
void SetIgnoreMouseEvents(bool ignore) override;
void SetMenu(ui::MenuModel* menu_model) override;
gfx::NativeWindow GetNativeWindow() override;
void SetOverlayIcon(const gfx::Image& overlay,