Chromium Code Reviews| Index: views/widget/root_view.h |
| =================================================================== |
| --- views/widget/root_view.h (revision 74117) |
| +++ views/widget/root_view.h (working copy) |
| @@ -80,7 +80,8 @@ |
| // Tree functions |
| // Get the Widget that hosts this View. |
| - virtual Widget* GetWidget() const; |
| + virtual const Widget* GetWidget() const; |
| + virtual Widget* GetWidget(); |
| // Public API for broadcasting theme change notifications to this View |
| // hierarchy. |