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

Unified Diff: content/renderer/render_view_pepper_helper.h

Issue 19744007: Create a public API around webkit::ppapi::PluginInstance and use it in chrome. After this, webkit/p… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments and undo checkdeps change Created 7 years, 5 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 | « content/renderer/render_view_impl.cc ('k') | content/renderer/render_view_pepper_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_pepper_helper.h
===================================================================
--- content/renderer/render_view_pepper_helper.h (revision 213462)
+++ content/renderer/render_view_pepper_helper.h (working copy)
@@ -32,7 +32,7 @@
namespace webkit {
namespace ppapi {
-class PluginInstance;
+class PluginInstanceImpl;
}
}
@@ -56,7 +56,7 @@
// Called by RenderView to implement the corresponding function in its base
// class RenderWidget (see that for more).
- virtual webkit::ppapi::PluginInstance* GetBitmapForOptimizedPluginPaint(
+ virtual webkit::ppapi::PluginInstanceImpl* GetBitmapForOptimizedPluginPaint(
const gfx::Rect& paint_bounds,
TransportDIB** dib,
gfx::Rect* location,
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/renderer/render_view_pepper_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698