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

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

Issue 118480: GTK: Implement BlockedPopupContainerView for linux. (Closed)
Patch Set: Fix for the CreateBorderBin case. Created 11 years, 6 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: chrome/browser/views/blocked_popup_container_view_win.h
diff --git a/chrome/browser/views/blocked_popup_container_view_win.h b/chrome/browser/views/blocked_popup_container_view_win.h
index 57f46855c9b7c4703975f505d92b49708ed8b6c2..b1bfead3b0850d652689ceceb88e6c78323c5d6f 100644
--- a/chrome/browser/views/blocked_popup_container_view_win.h
+++ b/chrome/browser/views/blocked_popup_container_view_win.h
@@ -67,6 +67,7 @@ class BlockedPopupContainerViewWin : public BlockedPopupContainerView,
virtual void Destroy();
private:
+ // For the static constructor BlockedPopupContainerView::Create().
friend class BlockedPopupContainerView;
// Creates a container for a certain TabContents.
@@ -86,10 +87,6 @@ class BlockedPopupContainerViewWin : public BlockedPopupContainerView,
// The animation that slides us up and down.
scoped_ptr<SlideAnimation> slide_animation_;
- // The bounds to report to the automation system (may not equal our actual
- // bounds while animating in or out).
- gfx::Rect bounds_;
-
DISALLOW_COPY_AND_ASSIGN(BlockedPopupContainerViewWin);
};
« no previous file with comments | « chrome/browser/tab_contents/tab_contents_view_gtk.cc ('k') | chrome/browser/views/blocked_popup_container_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698