remove method transferred to set with null

This commit is contained in:
gellert 2016-11-10 11:59:25 +01:00 committed by Kevin Sawicki
parent 16253fe708
commit 2cf30c0d63
7 changed files with 35 additions and 33 deletions

View file

@ -93,7 +93,6 @@ class NativeWindowMac : public NativeWindow,
void SetVisibleOnAllWorkspaces(bool visible) override;
bool IsVisibleOnAllWorkspaces() override;
void SetVibrancy(const std::string& type) override;
void RemoveVibrancy() override;
// content::RenderWidgetHost::InputEventObserver:
void OnInputEvent(const blink::WebInputEvent& event) override;