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

Unified Diff: ui/app_list/app_list_bubble_border.h

Issue 10826172: ash: Fix blurry app list bubble border. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix clang Created 8 years, 4 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 | « no previous file | ui/app_list/app_list_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_bubble_border.h
diff --git a/ui/app_list/app_list_bubble_border.h b/ui/app_list/app_list_bubble_border.h
index 0db2e634d8871511a091693b265238ffe373f574..901afd953e822dd2bf685573c065508bc755c2de 100644
--- a/ui/app_list/app_list_bubble_border.h
+++ b/ui/app_list/app_list_bubble_border.h
@@ -19,9 +19,9 @@ class AppListBubbleBorder : public views::BubbleBorder2 {
virtual ~AppListBubbleBorder();
private:
- // views::ImagelessBubbleBorder overrides:
- void PaintBackground(gfx::Canvas* canvas,
- const gfx::Rect& bounds) const;
+ // views::BubbleBorder2 overrides:
+ virtual void PaintBackground(gfx::Canvas* canvas,
+ const gfx::Rect& bounds) const OVERRIDE;
// AppListView hosted inside this bubble.
const views::View* app_list_view_; // Owned by views hierarchy.
« no previous file with comments | « no previous file | ui/app_list/app_list_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698