Index: webkit/plugins/ppapi/plugin_delegate.h |
=================================================================== |
--- webkit/plugins/ppapi/plugin_delegate.h (revision 167659) |
+++ webkit/plugins/ppapi/plugin_delegate.h (working copy) |
@@ -35,6 +35,7 @@ |
class GURL; |
class SkBitmap; |
+class SkCanvas; |
class TransportDIB; |
struct PP_HostResolver_Private_Hint; |
struct PP_NetAddress_Private; |
@@ -70,10 +71,6 @@ |
} // namespace ppapi |
-namespace skia { |
-class PlatformCanvas; |
-} |
- |
namespace WebKit { |
class WebGamepads; |
class WebPlugin; |
@@ -160,7 +157,7 @@ |
virtual ~PlatformImage2D() {} |
// Caller will own the returned pointer, returns NULL on failure. |
- virtual skia::PlatformCanvas* Map() = 0; |
+ virtual SkCanvas* Map() = 0; |
// Returns the platform-specific shared memory handle of the data backing |
// this image. This is used by PPAPI proxying to send the image to the |