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

Unified Diff: views/widget/native_widget_aura.h

Issue 7744045: Show a Window in the aura views demo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | « views/views.gyp ('k') | views/widget/native_widget_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/native_widget_aura.h
===================================================================
--- views/widget/native_widget_aura.h (revision 98331)
+++ views/widget/native_widget_aura.h (working copy)
@@ -9,6 +9,10 @@
#include "aura/window_delegate.h"
#include "views/widget/native_widget_private.h"
+namespace gfx {
+class Font;
+}
+
namespace views {
class NativeWidgetAura : public internal::NativeWidgetPrivate,
@@ -17,6 +21,10 @@
explicit NativeWidgetAura(internal::NativeWidgetDelegate* delegate);
virtual ~NativeWidgetAura();
+ // TODO(beng): Find a better place for this, and the similar method on
+ // NativeWidgetWin.
+ static gfx::Font GetWindowTitleFont();
+
// Overridden from internal::NativeWidgetPrivate:
virtual void InitNativeWidget(const Widget::InitParams& params) OVERRIDE;
virtual NonClientFrameView* CreateNonClientFrameView() OVERRIDE;
« no previous file with comments | « views/views.gyp ('k') | views/widget/native_widget_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698