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

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

Issue 16189015: [OBSOLETE] Slogging webkit_base out of existence. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/shell/renderer/webkit_test_runner.cc » ('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_webkitplatformsupport_impl.h" 5 #include "content/renderer/renderer_webkitplatformsupport_impl.h"
6 6
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 #include "base/files/file_path.h" 8 #include "base/files/file_path.h"
9 #include "base/lazy_instance.h" 9 #include "base/lazy_instance.h"
10 #include "base/metrics/histogram.h" 10 #include "base/metrics/histogram.h"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" 42 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
43 #include "third_party/WebKit/Source/WebKit/chromium/public/WebRuntimeFeatures.h" 43 #include "third_party/WebKit/Source/WebKit/chromium/public/WebRuntimeFeatures.h"
44 #include "third_party/WebKit/public/platform/WebBlobRegistry.h" 44 #include "third_party/WebKit/public/platform/WebBlobRegistry.h"
45 #include "third_party/WebKit/public/platform/WebFileInfo.h" 45 #include "third_party/WebKit/public/platform/WebFileInfo.h"
46 #include "third_party/WebKit/public/platform/WebGamepads.h" 46 #include "third_party/WebKit/public/platform/WebGamepads.h"
47 #include "third_party/WebKit/public/platform/WebHyphenator.h" 47 #include "third_party/WebKit/public/platform/WebHyphenator.h"
48 #include "third_party/WebKit/public/platform/WebMediaStreamCenter.h" 48 #include "third_party/WebKit/public/platform/WebMediaStreamCenter.h"
49 #include "third_party/WebKit/public/platform/WebMediaStreamCenterClient.h" 49 #include "third_party/WebKit/public/platform/WebMediaStreamCenterClient.h"
50 #include "third_party/WebKit/public/platform/WebURL.h" 50 #include "third_party/WebKit/public/platform/WebURL.h"
51 #include "third_party/WebKit/public/platform/WebVector.h" 51 #include "third_party/WebKit/public/platform/WebVector.h"
52 #include "webkit/base/file_path_string_conversions.h" 52 #include "webkit/common/base/file_path_string_conversions.h"
53 #include "webkit/common/gpu/webgraphicscontext3d_provider_impl.h" 53 #include "webkit/common/gpu/webgraphicscontext3d_provider_impl.h"
54 #include "webkit/glue/simple_webmimeregistry_impl.h" 54 #include "webkit/glue/simple_webmimeregistry_impl.h"
55 #include "webkit/glue/webclipboard_impl.h" 55 #include "webkit/glue/webclipboard_impl.h"
56 #include "webkit/glue/webfileutilities_impl.h" 56 #include "webkit/glue/webfileutilities_impl.h"
57 #include "webkit/glue/webkit_glue.h" 57 #include "webkit/glue/webkit_glue.h"
58 58
59 #if defined(OS_WIN) 59 #if defined(OS_WIN)
60 #include "content/common/child_process_messages.h" 60 #include "content/common/child_process_messages.h"
61 #include "third_party/WebKit/public/platform/win/WebSandboxSupport.h" 61 #include "third_party/WebKit/public/platform/win/WebSandboxSupport.h"
62 #endif 62 #endif
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 } 897 }
898 898
899 //------------------------------------------------------------------------------ 899 //------------------------------------------------------------------------------
900 900
901 WebKit::WebCompositorSupport* 901 WebKit::WebCompositorSupport*
902 RendererWebKitPlatformSupportImpl::compositorSupport() { 902 RendererWebKitPlatformSupportImpl::compositorSupport() {
903 return &compositor_support_; 903 return &compositor_support_;
904 } 904 }
905 905
906 } // namespace content 906 } // namespace content
OLDNEW
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/shell/renderer/webkit_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698