| Index: ui/views/widget/root_view.h
|
| diff --git a/ui/views/widget/root_view.h b/ui/views/widget/root_view.h
|
| index 377bf24cc4b6daf73592a9af9866366d7998d7a8..ec0d4e665b9009ff072822e964f66faae65b5219 100644
|
| --- a/ui/views/widget/root_view.h
|
| +++ b/ui/views/widget/root_view.h
|
| @@ -117,6 +117,7 @@ class VIEWS_EXPORT RootView : public View,
|
| virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
|
| virtual gfx::Vector2d CalculateOffsetToAncestorWithLayer(
|
| ui::Layer** layer_parent) OVERRIDE;
|
| + virtual View::DragInfo* GetDragInfo() OVERRIDE;
|
|
|
| private:
|
| friend class View;
|
|
|