Index: webkit/plugins/ppapi/ppapi_plugin_instance.h |
diff --git a/webkit/plugins/ppapi/ppapi_plugin_instance.h b/webkit/plugins/ppapi/ppapi_plugin_instance.h |
index 9949c174ae677761df29ade9115605cf182ec7fc..16c7fff1010501f0a8737eb69cd7ec88e3f2a23f 100644 |
--- a/webkit/plugins/ppapi/ppapi_plugin_instance.h |
+++ b/webkit/plugins/ppapi/ppapi_plugin_instance.h |
@@ -58,6 +58,7 @@ class WebPluginContainer; |
namespace ppapi { |
struct PPP_Instance_Combined; |
+class Resource; |
} |
namespace webkit { |
@@ -75,7 +76,6 @@ class PPB_ImageData_Impl; |
class PPB_Surface3D_Impl; |
class PPB_URLLoader_Impl; |
class PPB_URLRequestInfo_Impl; |
-class Resource; |
// Represents one time a plugin appears on one web page. |
// |
@@ -372,7 +372,7 @@ class PluginInstance : public base::RefCounted<PluginInstance>, |
gfx::Rect clip_; |
// The current device context for painting in 2D or 3D. |
- scoped_refptr<Resource> bound_graphics_; |
+ scoped_refptr< ::ppapi::Resource> bound_graphics_; |
// We track two types of focus, one from WebKit, which is the focus among |
// all elements of the page, one one from the browser, which is whether the |