Remove unneeded accessor.
This commit is contained in:
parent
d6079782d1
commit
2ab5d6e35a
2 changed files with 53 additions and 54 deletions
|
@ -68,7 +68,6 @@ class NativeWindowMac : public NativeWindow {
|
|||
// Clip web view to rounded corner.
|
||||
void ClipWebView();
|
||||
|
||||
NSWindow*& window() { return window_; }
|
||||
SkRegion* draggable_region() const { return draggable_region_.get(); }
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue