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

Unified Diff: content/renderer/pepper/pepper_helper_impl.h

Issue 22320006: Move gamepad reader code out of PepperHelperImpl in the effort to eliminate PepperHelperImpl. I'm a… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix clang Created 7 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/renderer/pepper/pepper_helper_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_helper_impl.h
===================================================================
--- content/renderer/pepper/pepper_helper_impl.h (revision 215718)
+++ content/renderer/pepper/pepper_helper_impl.h (working copy)
@@ -31,7 +31,6 @@
}
namespace WebKit {
-class WebGamepads;
class WebURLResponse;
struct WebCompositionUnderline;
struct WebCursorInfo;
@@ -39,7 +38,6 @@
namespace content {
class ContextProviderCommandBuffer;
-class GamepadSharedMemoryReader;
class PepperBroker;
class PluginModule;
class PPB_Broker_Impl;
@@ -96,9 +94,6 @@
// from this call.
void InstanceDeleted(PepperPluginInstanceImpl* instance);
- // Retrieve current gamepad data.
- void SampleGamepads(WebKit::WebGamepads* data);
-
// Sets up the renderer host and out-of-process proxy for an external plugin
// module. Returns the renderer host, or NULL if it couldn't be created.
RendererPpapiHost* CreateExternalPluginModule(
@@ -200,8 +195,6 @@
// when it is destroyed via InstanceDeleted().
PepperPluginInstanceImpl* last_mouse_event_target_;
- scoped_ptr<GamepadSharedMemoryReader> gamepad_shared_memory_reader_;
-
scoped_refptr<ContextProviderCommandBuffer> offscreen_context3d_;
DISALLOW_COPY_AND_ASSIGN(PepperHelperImpl);
« no previous file with comments | « no previous file | content/renderer/pepper/pepper_helper_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698