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

Unified Diff: chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.cc

Issue 7850026: Aura under Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: White spaces Created 9 years, 3 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/ui/views/tab_contents/native_tab_contents_view_views.cc
diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.cc b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.cc
index 9ed403e4752e735bacf6b8ae6a32bda7d9eba81a..6e2dfe2d541b7a80a08c014862caa4d0b86dd6b7 100644
--- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.cc
+++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.cc
@@ -88,3 +88,13 @@ void NativeTabContentsViewViews::SetDragCursor(
views::NativeWidget* NativeTabContentsViewViews::AsNativeWidget() {
return this;
}
+
+////////////////////////////////////////////////////////////////////////////////
+// NativeTabContentsView, public:
+#if defined(USE_AURA)
+// static
+NativeTabContentsView* NativeTabContentsView::CreateNativeTabContentsView(
+ internal::NativeTabContentsViewDelegate* delegate) {
+ return new NativeTabContentsViewViews(delegate);
+}
+#endif

Powered by Google App Engine
This is Rietveld 408576698