| Index: views/widget/root_view.h
|
| diff --git a/views/widget/root_view.h b/views/widget/root_view.h
|
| index a02b5d34f0222350c49a13f927be82ed66fa9776..77e52b1c2d2e9e50dedd34049e9c258164f8d8ce 100644
|
| --- a/views/widget/root_view.h
|
| +++ b/views/widget/root_view.h
|
| @@ -106,6 +106,7 @@ class VIEWS_EXPORT RootView : public View, public FocusTraversable {
|
| virtual Widget* GetWidget() OVERRIDE;
|
| virtual bool IsVisibleInRootView() const OVERRIDE;
|
| virtual std::string GetClassName() const OVERRIDE;
|
| + virtual void ScheduleComposite() OVERRIDE;
|
| virtual void SchedulePaintInRect(const gfx::Rect& rect) OVERRIDE;
|
| virtual void SchedulePaintInternal(const gfx::Rect& rect) OVERRIDE;
|
| virtual bool OnMousePressed(const MouseEvent& event) OVERRIDE;
|
|
|