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

Unified Diff: chrome/browser/ui/panels/stacked_panel_collection.h

Issue 14188014: Rename NativePanelStack to NativePanelStackWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/ui/panels/panel_manager.cc ('k') | chrome/browser/ui/panels/stacked_panel_collection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/stacked_panel_collection.h
diff --git a/chrome/browser/ui/panels/stacked_panel_collection.h b/chrome/browser/ui/panels/stacked_panel_collection.h
index 2ac9b1182daab803d9e45d0f1b94ef70154ecf9a..404077c02ab480d0297d912404a360822c422773 100644
--- a/chrome/browser/ui/panels/stacked_panel_collection.h
+++ b/chrome/browser/ui/panels/stacked_panel_collection.h
@@ -12,7 +12,7 @@
#include "chrome/browser/ui/panels/panel_constants.h"
#include "ui/gfx/rect.h"
-class NativePanelStack;
+class NativePanelStackWindow;
class PanelManager;
namespace gfx {
class Vector2d;
@@ -71,7 +71,7 @@ class StackedPanelCollection : public PanelCollection {
// panels are collapsed.
int GetMaximiumAvailableBottomSpace() const;
- NativePanelStack* native_stack() const { return native_stack_; }
+ NativePanelStackWindow* native_stack() const { return native_stack_; }
int num_panels() const { return panels_.size(); }
const Panels& panels() const { return panels_; }
Panel* top_panel() const { return panels_.empty() ? NULL : panels_.front(); }
@@ -130,7 +130,7 @@ class StackedPanelCollection : public PanelCollection {
PanelManager* panel_manager_;
- NativePanelStack* native_stack_; // Weak, owns us.
+ NativePanelStackWindow* native_stack_; // Weak, owns us.
Panels panels_; // The top panel is in the front of the list.
« no previous file with comments | « chrome/browser/ui/panels/panel_manager.cc ('k') | chrome/browser/ui/panels/stacked_panel_collection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698