Index: chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc |
diff --git a/chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc b/chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc |
index c6865e9b212c766b2efb6edc1d5905b71d6f0e8b..4d09248fa67499a1e0467cc99307a8772081d497 100644 |
--- a/chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc |
+++ b/chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc |
@@ -31,6 +31,10 @@ gfx::NativeWindow AppListControllerDelegateImpl::GetAppListWindow() { |
return service_->GetAppListWindow(); |
} |
+gfx::Rect AppListControllerDelegateImpl::GetAppListBounds() { |
+ return gfx::Rect(); |
+} |
+ |
gfx::ImageSkia AppListControllerDelegateImpl::GetWindowIcon() { |
return gfx::ImageSkia(); |
} |