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

Unified Diff: chrome/browser/views/browser_bubble.h

Issue 259065: Add an BubbleBorder to BrowserAction popups and fix positioning of the (Closed)
Patch Set: cleanup Created 11 years, 2 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 | « chrome/browser/views/browser_actions_container.cc ('k') | chrome/browser/views/browser_bubble_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/browser_bubble.h
diff --git a/chrome/browser/views/browser_bubble.h b/chrome/browser/views/browser_bubble.h
index 327d4fd1a668c958e656672b1fc0f91e000ffd59..36accbdd6d5e715c717d9acaf795e9515b368dbc 100644
--- a/chrome/browser/views/browser_bubble.h
+++ b/chrome/browser/views/browser_bubble.h
@@ -88,17 +88,17 @@ class BrowserBubble {
// Move the popup to an absolute position.
void MovePopup(int x, int y, int w, int h);
- private:
+ // The widget that this bubble is in.
+ views::Widget* popup_;
+
// The frame that this bubble is attached to.
views::Widget* frame_;
gfx::NativeView frame_native_view_;
+ private:
// The view that is displayed in this bubble.
views::View* view_;
- // The widget that this bubble is in.
- views::Widget* popup_;
-
// The bounds relative to the frame.
gfx::Rect bounds_;
« no previous file with comments | « chrome/browser/views/browser_actions_container.cc ('k') | chrome/browser/views/browser_bubble_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698