fix: unused variable warnings in linux code (#12950)
This commit is contained in:
parent
c4134c3516
commit
8fa48d1c04
8 changed files with 10 additions and 20 deletions
|
@ -15,6 +15,7 @@ class NativeWindow;
|
|||
// NativeWindowViews.
|
||||
class NativeFrameView : public views::NativeFrameView {
|
||||
public:
|
||||
static const char kViewClassName[];
|
||||
NativeFrameView(NativeWindow* window, views::Widget* widget);
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue