Index: skia/ext/platform_canvas_linux.h |
diff --git a/skia/ext/platform_canvas_linux.h b/skia/ext/platform_canvas_linux.h |
index 1cf87a81b72fb3d1617124cd80eb6a8735e2f2c5..43061fc4548343291738d8dbffde06d175995313 100644 |
--- a/skia/ext/platform_canvas_linux.h |
+++ b/skia/ext/platform_canvas_linux.h |
@@ -37,6 +37,9 @@ class PlatformCanvasLinux : public SkCanvas { |
// a Linux version is added for compatibility. |
PlatformDeviceLinux& getTopPlatformDevice() const; |
+ // See comment in platform_device_linux.h. |
+ virtual PlatformDeviceLinux::XDrawable getXDrawable(); |
+ |
// Return the stride (length of a line in bytes) for the given width. Because |
// we use 32-bits per pixel, this will be roughly 4*width. However, for |
// alignment reasons we may wish to increase that. |