| Index: views/widget/root_view.h
|
| diff --git a/views/widget/root_view.h b/views/widget/root_view.h
|
| index e46087c531893a86f2247b410c95b3a498ebdf07..cbee30fe26899acc8f9ded1027586640c71fa34b 100644
|
| --- a/views/widget/root_view.h
|
| +++ b/views/widget/root_view.h
|
| @@ -127,8 +127,6 @@ class RootView : public View,
|
| virtual void CalculateOffsetToAncestorWithLayer(gfx::Point* offset,
|
| View** ancestor) OVERRIDE;
|
|
|
| - View* touch_pressed_handler() const { return touch_pressed_handler_; }
|
| -
|
| private:
|
| friend class View;
|
| friend class Widget;
|
|
|