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

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

Issue 8561021: Support setting fake gamepad data from WebKit (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: include what you use Created 9 years, 1 month 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 | « webkit/support/test_webkit_platform_support.cc ('k') | webkit/support/webkit_support.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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 WEBKIT_SUPPORT_WEBKIT_SUPPORT_H_ 5 #ifndef WEBKIT_SUPPORT_WEBKIT_SUPPORT_H_
6 #define WEBKIT_SUPPORT_WEBKIT_SUPPORT_H_ 6 #define WEBKIT_SUPPORT_WEBKIT_SUPPORT_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 #include "base/string16.h" 11 #include "base/string16.h"
12 #include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsAgentClien t.h" 12 #include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsAgentClien t.h"
13 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystem.h" 13 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystem.h"
14 #include "ui/base/keycodes/keyboard_codes.h" 14 #include "ui/base/keycodes/keyboard_codes.h"
15 15
16 namespace WebKit { 16 namespace WebKit {
17 class WebApplicationCacheHost; 17 class WebApplicationCacheHost;
18 class WebApplicationCacheHostClient; 18 class WebApplicationCacheHostClient;
19 class WebFileSystemCallbacks; 19 class WebFileSystemCallbacks;
20 class WebFrame; 20 class WebFrame;
21 class WebGamepads;
21 class WebKitPlatformSupport; 22 class WebKitPlatformSupport;
22 class WebMediaPlayer; 23 class WebMediaPlayer;
23 class WebMediaPlayerClient; 24 class WebMediaPlayerClient;
24 class WebPlugin; 25 class WebPlugin;
25 class WebString; 26 class WebString;
26 class WebThemeEngine; 27 class WebThemeEngine;
27 class WebURL; 28 class WebURL;
28 class WebURLRequest; 29 class WebURLRequest;
29 class WebURLResponse; 30 class WebURLResponse;
30 struct WebPluginParams; 31 struct WebPluginParams;
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 #endif 215 #endif
215 216
216 // - Timers 217 // - Timers
217 218
218 double GetForegroundTabTimerInterval(); 219 double GetForegroundTabTimerInterval();
219 220
220 // - Logging 221 // - Logging
221 222
222 void EnableWebCoreLogChannels(const std::string& channels); 223 void EnableWebCoreLogChannels(const std::string& channels);
223 224
225 // - Gamepad
226
227 void SetGamepadData(const WebKit::WebGamepads& pads);
228
224 } // namespace webkit_support 229 } // namespace webkit_support
225 230
226 #endif // WEBKIT_SUPPORT_WEBKIT_SUPPORT_H_ 231 #endif // WEBKIT_SUPPORT_WEBKIT_SUPPORT_H_
OLDNEW
« no previous file with comments | « webkit/support/test_webkit_platform_support.cc ('k') | webkit/support/webkit_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698