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

Unified Diff: ui/views/linux_ui/linux_ui.h

Issue 132023010: linux_aura: Fixes a couple of issues with the button border integration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: constant and braces Created 6 years, 11 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/views/controls/button/label_button_border.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/linux_ui/linux_ui.h
diff --git a/ui/views/linux_ui/linux_ui.h b/ui/views/linux_ui/linux_ui.h
index 2398634ae069b79a6d5ec3386ecd5bd1e7a6bdfe..ef5a332e86770e82b3fd6762e11903d522a55b42 100644
--- a/ui/views/linux_ui/linux_ui.h
+++ b/ui/views/linux_ui/linux_ui.h
@@ -26,7 +26,7 @@ class NativeTheme;
namespace views {
class Border;
-class CustomButton;
+class LabelButton;
class View;
class WindowButtonOrderObserver;
@@ -103,7 +103,7 @@ class VIEWS_EXPORT LinuxUI : public ui::LinuxInputMethodContextFactory,
// Builds a Border which paints the native button style.
virtual scoped_ptr<Border> CreateNativeBorder(
- views::CustomButton* owning_button,
+ views::LabelButton* owning_button,
scoped_ptr<views::Border> border) = 0;
// Notifies the observer about changes about how window buttons should be
« no previous file with comments | « ui/views/controls/button/label_button_border.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698