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

Unified Diff: sky/shell/linux/platform_view_linux.cc

Issue 1202323002: Port sky_shell to Linux for testing (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « sky/shell/linux/platform_service_provider_linux.cc ('k') | sky/shell/platform_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/linux/platform_view_linux.cc
diff --git a/sky/shell/ui_delegate.cc b/sky/shell/linux/platform_view_linux.cc
similarity index 65%
copy from sky/shell/ui_delegate.cc
copy to sky/shell/linux/platform_view_linux.cc
index e35b19243223d5231438d3d4c37722dde030956d..73fee52ab70567a4eae019d0d59b7f3f25c54dab 100644
--- a/sky/shell/ui_delegate.cc
+++ b/sky/shell/linux/platform_view_linux.cc
@@ -2,12 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sky/shell/ui_delegate.h"
+#include "sky/shell/platform_view.h"
namespace sky {
namespace shell {
-UIDelegate::~UIDelegate() {
+PlatformView* PlatformView::Create(const Config& config) {
+ return new PlatformView(config);
}
} // namespace shell
« no previous file with comments | « sky/shell/linux/platform_service_provider_linux.cc ('k') | sky/shell/platform_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698