Chromium Code Reviews| Index: views/view.cc |
| diff --git a/views/view.cc b/views/view.cc |
| index 87e1ebade38228844c4e8a9def7436dd6de18cec..15dc2a32f6902d58b7254e81ee59df96239e06c7 100644 |
| --- a/views/view.cc |
| +++ b/views/view.cc |
| @@ -1487,6 +1487,10 @@ ThemeProvider* View::GetThemeProvider() const { |
| return widget ? widget->GetThemeProvider() : NULL; |
| } |
| +View::ContentType View::GetContentType() const { |
| + return NONE; |
| +} |
| + |
| // static |
| void View::RegisterChildrenForVisibleBoundsNotification( |
| RootView* root, View* view) { |