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

Unified Diff: chrome/browser/ui/views/tab_contents/native_tab_contents_container_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_container_views.cc
diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_views.cc b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_views.cc
index b0baef8f0cb3d7647598bcbad00feec04aa3117b..c4429a7f5d524028b52c8e041d4c85d66e8d7e45 100644
--- a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_views.cc
+++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_views.cc
@@ -132,3 +132,13 @@ gfx::NativeViewAccessible
NativeTabContentsContainerViews::GetNativeViewAccessible() {
return View::GetNativeViewAccessible();
}
+
+////////////////////////////////////////////////////////////////////////////////
+// NativeTabContentsContainer, public:
+#if defined(USE_AURA)
+// static
+NativeTabContentsContainer* NativeTabContentsContainer::CreateNativeContainer(
+ TabContentsContainer* container) {
+ return new NativeTabContentsContainerViews(container);
+}
+#endif

Powered by Google App Engine
This is Rietveld 408576698