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

Unified Diff: sky/shell/platform_view.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/platform_view.h ('k') | sky/shell/service_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/platform_view.cc
diff --git a/sky/shell/platform_view.cc b/sky/shell/platform_view.cc
index 4050aed3101af1fb4cc18a6e8250a75fb672d5e8..0a6431dc5ee89205219b962c1b658baa67a4e2d4 100644
--- a/sky/shell/platform_view.cc
+++ b/sky/shell/platform_view.cc
@@ -11,6 +11,12 @@
namespace sky {
namespace shell {
+PlatformView::Config::Config() {
+}
+
+PlatformView::Config::~Config() {
+}
+
PlatformView::PlatformView(const PlatformView::Config& config)
: config_(config), window_(0) {
}
« no previous file with comments | « sky/shell/platform_view.h ('k') | sky/shell/service_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698