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

Unified Diff: ui/views/bubble/bubble_frame_view.h

Issue 10808066: Fix position of web notification bubble and arrow (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: . Created 8 years, 5 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
Index: ui/views/bubble/bubble_frame_view.h
diff --git a/ui/views/bubble/bubble_frame_view.h b/ui/views/bubble/bubble_frame_view.h
index 2db063e1061e38f1f4a6e37064dcc29e1d3e95a8..2617c9e4b3ab0fe0f32e94a83678e5e18af73832 100644
--- a/ui/views/bubble/bubble_frame_view.h
+++ b/ui/views/bubble/bubble_frame_view.h
@@ -18,9 +18,7 @@ namespace views {
// This is a NonClientFrameView used to render the BubbleBorder.
class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView {
public:
- BubbleFrameView(BubbleBorder::ArrowLocation arrow_location,
- SkColor color,
- const gfx::Insets& margins);
+ explicit BubbleFrameView(const gfx::Insets& margins);
virtual ~BubbleFrameView();
// NonClientFrameView overrides:

Powered by Google App Engine
This is Rietveld 408576698