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

Side by Side Diff: content/renderer/renderer_blink_platform_impl.cc

Issue 2106303002: Color: Rename gfx::ColorProfile to gfx::ColorSpace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mac.mm ('k') | ui/gfx/BUILD.gn » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #include "content/renderer/renderer_blink_platform_impl.h" 5 #include "content/renderer/renderer_blink_platform_impl.h"
6 6
7 #include <utility> 7 #include <utility>
8 8
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 #include "third_party/WebKit/public/platform/WebGamepads.h" 96 #include "third_party/WebKit/public/platform/WebGamepads.h"
97 #include "third_party/WebKit/public/platform/WebMediaStreamCenter.h" 97 #include "third_party/WebKit/public/platform/WebMediaStreamCenter.h"
98 #include "third_party/WebKit/public/platform/WebMediaStreamCenterClient.h" 98 #include "third_party/WebKit/public/platform/WebMediaStreamCenterClient.h"
99 #include "third_party/WebKit/public/platform/WebPluginListBuilder.h" 99 #include "third_party/WebKit/public/platform/WebPluginListBuilder.h"
100 #include "third_party/WebKit/public/platform/WebSecurityOrigin.h" 100 #include "third_party/WebKit/public/platform/WebSecurityOrigin.h"
101 #include "third_party/WebKit/public/platform/WebURL.h" 101 #include "third_party/WebKit/public/platform/WebURL.h"
102 #include "third_party/WebKit/public/platform/WebVector.h" 102 #include "third_party/WebKit/public/platform/WebVector.h"
103 #include "third_party/WebKit/public/platform/mime_registry.mojom.h" 103 #include "third_party/WebKit/public/platform/mime_registry.mojom.h"
104 #include "third_party/WebKit/public/platform/modules/device_orientation/WebDevic eMotionListener.h" 104 #include "third_party/WebKit/public/platform/modules/device_orientation/WebDevic eMotionListener.h"
105 #include "third_party/WebKit/public/platform/modules/device_orientation/WebDevic eOrientationListener.h" 105 #include "third_party/WebKit/public/platform/modules/device_orientation/WebDevic eOrientationListener.h"
106 #include "ui/gfx/color_profile.h"
107 #include "url/gurl.h" 106 #include "url/gurl.h"
108 107
109 #if defined(OS_MACOSX) 108 #if defined(OS_MACOSX)
110 #include "content/common/mac/font_descriptor.h" 109 #include "content/common/mac/font_descriptor.h"
111 #include "content/common/mac/font_loader.h" 110 #include "content/common/mac/font_loader.h"
112 #include "content/renderer/webscrollbarbehavior_impl_mac.h" 111 #include "content/renderer/webscrollbarbehavior_impl_mac.h"
113 #include "third_party/WebKit/public/platform/mac/WebSandboxSupport.h" 112 #include "third_party/WebKit/public/platform/mac/WebSandboxSupport.h"
114 #endif 113 #endif
115 114
116 #if defined(OS_POSIX) 115 #if defined(OS_POSIX)
(...skipping 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1309 return &trial_token_validator_; 1308 return &trial_token_validator_;
1310 } 1309 }
1311 1310
1312 void RendererBlinkPlatformImpl::workerContextCreated( 1311 void RendererBlinkPlatformImpl::workerContextCreated(
1313 const v8::Local<v8::Context>& worker) { 1312 const v8::Local<v8::Context>& worker) {
1314 GetContentClient()->renderer()->DidInitializeWorkerContextOnWorkerThread( 1313 GetContentClient()->renderer()->DidInitializeWorkerContextOnWorkerThread(
1315 worker); 1314 worker);
1316 } 1315 }
1317 1316
1318 } // namespace content 1317 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mac.mm ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698