Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: ui/app_list/views/app_list_view.cc

Issue 275183002: patch from issue 218843002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/app_list/views/app_list_view.h ('k') | ui/app_list/views/speech_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/app_list_view.cc
diff --git a/ui/app_list/views/app_list_view.cc b/ui/app_list/views/app_list_view.cc
index 0499d4569cac8f8c206fcef42d7021c09f3db87d..0c5c5f705315148f3f60a75e5daf9dd48bb70075 100644
--- a/ui/app_list/views/app_list_view.cc
+++ b/ui/app_list/views/app_list_view.cc
@@ -204,8 +204,8 @@ gfx::Size AppListView::GetPreferredSize() {
return app_list_main_view_->GetPreferredSize();
}
-void AppListView::Paint(gfx::Canvas* canvas) {
- views::BubbleDelegateView::Paint(canvas);
+void AppListView::Paint(gfx::Canvas* canvas, const views::CullSet& cull_set) {
+ views::BubbleDelegateView::Paint(canvas, cull_set);
if (g_next_paint_callback) {
g_next_paint_callback();
g_next_paint_callback = NULL;
« no previous file with comments | « ui/app_list/views/app_list_view.h ('k') | ui/app_list/views/speech_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698