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

Side by Side Diff: content/child/blink_platform_impl.h

Issue 1544273002: Switch to standard integer types in content/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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 unified diff | Download patch
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 CONTENT_CHILD_BLINK_PLATFORM_IMPL_H_ 5 #ifndef CONTENT_CHILD_BLINK_PLATFORM_IMPL_H_
6 #define CONTENT_CHILD_BLINK_PLATFORM_IMPL_H_ 6 #define CONTENT_CHILD_BLINK_PLATFORM_IMPL_H_
7 7
8 #include <stddef.h>
9 #include <stdint.h>
10
8 #include "base/compiler_specific.h" 11 #include "base/compiler_specific.h"
9 #include "base/containers/scoped_ptr_hash_map.h" 12 #include "base/containers/scoped_ptr_hash_map.h"
10 #include "base/threading/thread_local_storage.h" 13 #include "base/threading/thread_local_storage.h"
11 #include "base/timer/timer.h" 14 #include "base/timer/timer.h"
12 #include "base/trace_event/trace_event.h" 15 #include "base/trace_event/trace_event.h"
16 #include "build/build_config.h"
13 #include "components/webcrypto/webcrypto_impl.h" 17 #include "components/webcrypto/webcrypto_impl.h"
14 #include "content/child/webfallbackthemeengine_impl.h" 18 #include "content/child/webfallbackthemeengine_impl.h"
15 #include "content/common/content_export.h" 19 #include "content/common/content_export.h"
16 #include "third_party/WebKit/public/platform/Platform.h" 20 #include "third_party/WebKit/public/platform/Platform.h"
17 #include "third_party/WebKit/public/platform/WebGestureDevice.h" 21 #include "third_party/WebKit/public/platform/WebGestureDevice.h"
18 #include "third_party/WebKit/public/platform/WebURLError.h" 22 #include "third_party/WebKit/public/platform/WebURLError.h"
19 #include "ui/base/layout.h" 23 #include "ui/base/layout.h"
20 24
21 #if defined(USE_DEFAULT_RENDER_THEME) 25 #if defined(USE_DEFAULT_RENDER_THEME)
22 #include "content/child/webthemeengine_impl_default.h" 26 #include "content/child/webthemeengine_impl_default.h"
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 scoped_refptr<PushDispatcher> push_dispatcher_; 225 scoped_refptr<PushDispatcher> push_dispatcher_;
222 scoped_ptr<PermissionDispatcher> permission_client_; 226 scoped_ptr<PermissionDispatcher> permission_client_;
223 scoped_ptr<BackgroundSyncProvider> main_thread_sync_provider_; 227 scoped_ptr<BackgroundSyncProvider> main_thread_sync_provider_;
224 228
225 scheduler::WebThreadBase* compositor_thread_; 229 scheduler::WebThreadBase* compositor_thread_;
226 }; 230 };
227 231
228 } // namespace content 232 } // namespace content
229 233
230 #endif // CONTENT_CHILD_BLINK_PLATFORM_IMPL_H_ 234 #endif // CONTENT_CHILD_BLINK_PLATFORM_IMPL_H_
OLDNEW
« no previous file with comments | « content/child/background_sync/background_sync_provider.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698