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

Side by Side Diff: sky/viewer/platform/platform_impl.h

Issue 789243002: Restructure public side of network service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase Created 6 years 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 unified diff | Download patch
« no previous file with comments | « sky/viewer/document_view.h ('k') | sky/viewer/platform/weburlloader_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef SKY_VIEWER_PLATFORM_PLATFORM_IMPL_H_ 5 #ifndef SKY_VIEWER_PLATFORM_PLATFORM_IMPL_H_
6 #define SKY_VIEWER_PLATFORM_PLATFORM_IMPL_H_ 6 #define SKY_VIEWER_PLATFORM_PLATFORM_IMPL_H_
7 7
8 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
9 #include "base/message_loop/message_loop.h" 9 #include "base/message_loop/message_loop.h"
10 #include "base/threading/thread_local_storage.h" 10 #include "base/threading/thread_local_storage.h"
11 #include "base/timer/timer.h" 11 #include "base/timer/timer.h"
12 #include "mojo/services/public/interfaces/network/network_service.mojom.h" 12 #include "mojo/services/network/public/interfaces/network_service.mojom.h"
13 #include "sky/engine/public/platform/Platform.h" 13 #include "sky/engine/public/platform/Platform.h"
14 14
15 namespace mojo { 15 namespace mojo {
16 class ApplicationImpl; 16 class ApplicationImpl;
17 } 17 }
18 18
19 namespace sky { 19 namespace sky {
20 20
21 class PlatformImpl : public blink::Platform { 21 class PlatformImpl : public blink::Platform {
22 public: 22 public:
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 double shared_timer_fire_time_; 82 double shared_timer_fire_time_;
83 bool shared_timer_fire_time_was_set_while_suspended_; 83 bool shared_timer_fire_time_was_set_while_suspended_;
84 int shared_timer_suspended_; // counter 84 int shared_timer_suspended_; // counter
85 85
86 DISALLOW_COPY_AND_ASSIGN(PlatformImpl); 86 DISALLOW_COPY_AND_ASSIGN(PlatformImpl);
87 }; 87 };
88 88
89 } // namespace sky 89 } // namespace sky
90 90
91 #endif // SKY_VIEWER_PLATFORM_PLATFORM_IMPL_H_ 91 #endif // SKY_VIEWER_PLATFORM_PLATFORM_IMPL_H_
OLDNEW
« no previous file with comments | « sky/viewer/document_view.h ('k') | sky/viewer/platform/weburlloader_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698