| Index: content/renderer/pepper/pepper_platform_image_2d_impl.h
|
| ===================================================================
|
| --- content/renderer/pepper/pepper_platform_image_2d_impl.h (revision 165342)
|
| +++ content/renderer/pepper/pepper_platform_image_2d_impl.h (working copy)
|
| @@ -21,7 +21,7 @@
|
| static PepperPlatformImage2DImpl* Create(int width, int height);
|
|
|
| // PlatformImage2D implementation.
|
| - virtual skia::PlatformCanvas* Map() OVERRIDE;
|
| + virtual SkCanvas* Map() OVERRIDE;
|
| virtual intptr_t GetSharedMemoryHandle(uint32* byte_count) const OVERRIDE;
|
| virtual TransportDIB* GetTransportDIB() const OVERRIDE;
|
|
|
|
|