Remove unneeded accessor.

This commit is contained in:
Cheng Zhao 2014-04-11 12:45:48 +08:00
parent d6079782d1
commit 2ab5d6e35a
2 changed files with 53 additions and 54 deletions

View file

@ -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: