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

Unified Diff: ui/views/bubble/bubble_border_2.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 | « ui/app_list/app_list_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/bubble/bubble_border_2.h
diff --git a/ui/views/bubble/bubble_border_2.h b/ui/views/bubble/bubble_border_2.h
index d3a4f2588e95fbe60b56e119aaadaa9f4dcfae0b..46eafbc1e7f05fc66502144200dfb274f94dff3f 100644
--- a/ui/views/bubble/bubble_border_2.h
+++ b/ui/views/bubble/bubble_border_2.h
@@ -50,8 +50,8 @@ class VIEWS_EXPORT BubbleBorder2 : public BubbleBorder {
virtual int GetBorderThickness() const OVERRIDE;
protected:
- void PaintBackground(gfx::Canvas* canvas,
- const gfx::Rect& bounds) const;
+ virtual void PaintBackground(gfx::Canvas* canvas,
+ const gfx::Rect& bounds) const;
private:
// Gets arrow offset based on arrow location and |offset_|.
« no previous file with comments | « ui/app_list/app_list_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698