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

Side by Side Diff: webkit/support/webkit_support.cc

Issue 15937016: Update refernces to Blink's Platform API (webkit) (Closed) Base URL: svn://svn.chromium.org/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 | « webkit/support/webkit_support.h ('k') | webkit/support/weburl_loader_mock.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 (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 "webkit/support/webkit_support.h" 5 #include "webkit/support/webkit_support.h"
6 6
7 #include "base/at_exit.h" 7 #include "base/at_exit.h"
8 #include "base/base64.h" 8 #include "base/base64.h"
9 #include "base/bind.h" 9 #include "base/bind.h"
10 #include "base/bind_helpers.h" 10 #include "base/bind_helpers.h"
(...skipping 19 matching lines...) Expand all
30 #include "base/utf_string_conversions.h" 30 #include "base/utf_string_conversions.h"
31 #include "cc/base/thread_impl.h" 31 #include "cc/base/thread_impl.h"
32 #include "googleurl/src/url_util.h" 32 #include "googleurl/src/url_util.h"
33 #include "grit/webkit_chromium_resources.h" 33 #include "grit/webkit_chromium_resources.h"
34 #include "media/base/filter_collection.h" 34 #include "media/base/filter_collection.h"
35 #include "media/base/media_log.h" 35 #include "media/base/media_log.h"
36 #include "net/base/escape.h" 36 #include "net/base/escape.h"
37 #include "net/base/net_errors.h" 37 #include "net/base/net_errors.h"
38 #include "net/base/net_util.h" 38 #include "net/base/net_util.h"
39 #include "testing/gtest/include/gtest/gtest.h" 39 #include "testing/gtest/include/gtest/gtest.h"
40 #include "third_party/WebKit/Source/Platform/chromium/public/WebStorageNamespace .h" 40 #include "third_party/WebKit/public/platform/WebStorageNamespace.h"
41 #include "third_party/WebKit/Source/Platform/chromium/public/WebURLError.h" 41 #include "third_party/WebKit/public/platform/WebURLError.h"
42 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h" 42 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h"
43 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystemCallback s.h" 43 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystemCallback s.h"
44 #include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h" 44 #include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h"
45 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPluginParams.h" 45 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPluginParams.h"
46 #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" 46 #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
47 #if defined(TOOLKIT_GTK) 47 #if defined(TOOLKIT_GTK)
48 #include "ui/base/keycodes/keyboard_code_conversion_gtk.h" 48 #include "ui/base/keycodes/keyboard_code_conversion_gtk.h"
49 #endif 49 #endif
50 #include "ui/gl/gl_context.h" 50 #include "ui/gl/gl_context.h"
51 #include "ui/gl/gl_implementation.h" 51 #include "ui/gl/gl_implementation.h"
(...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 // Logging 846 // Logging
847 void EnableWebCoreLogChannels(const std::string& channels) { 847 void EnableWebCoreLogChannels(const std::string& channels) {
848 webkit_glue::EnableWebCoreLogChannels(channels); 848 webkit_glue::EnableWebCoreLogChannels(channels);
849 } 849 }
850 850
851 void SetGamepadData(const WebKit::WebGamepads& pads) { 851 void SetGamepadData(const WebKit::WebGamepads& pads) {
852 test_environment->webkit_platform_support()->setGamepadData(pads); 852 test_environment->webkit_platform_support()->setGamepadData(pads);
853 } 853 }
854 854
855 } // namespace webkit_support 855 } // namespace webkit_support
OLDNEW
« no previous file with comments | « webkit/support/webkit_support.h ('k') | webkit/support/weburl_loader_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698