summaryrefslogtreecommitdiffstats
path: root/content/renderer/browser_plugin/browser_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/browser_plugin/browser_plugin.h')
-rw-r--r--content/renderer/browser_plugin/browser_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h
index f93ebef..008964e 100644
--- a/content/renderer/browser_plugin/browser_plugin.h
+++ b/content/renderer/browser_plugin/browser_plugin.h
@@ -30,7 +30,7 @@ struct FrameMsg_BuffersSwapped_Params;
namespace content {
-class BrowserPluginCompositingHelper;
+class ChildFrameCompositingHelper;
class BrowserPluginManager;
class MockBrowserPlugin;
@@ -361,7 +361,7 @@ class CONTENT_EXPORT BrowserPlugin :
// Used for HW compositing.
bool compositing_enabled_;
- scoped_refptr<BrowserPluginCompositingHelper> compositing_helper_;
+ scoped_refptr<ChildFrameCompositingHelper> compositing_helper_;
// Used to identify the plugin to WebBindings.
scoped_ptr<struct _NPP> npp_;