Index: skia/ext/platform_device_linux.cc |
diff --git a/skia/ext/platform_device_linux.cc b/skia/ext/platform_device_linux.cc |
index c8ea48e65398e7f89560ac6fe6e9720fe2cf042b..1ffdb1387943db1e132dd088b7ef9bcc16284603 100644 |
--- a/skia/ext/platform_device_linux.cc |
+++ b/skia/ext/platform_device_linux.cc |
@@ -14,4 +14,6 @@ bool PlatformDevice::IsNativeFontRenderingAllowed() { |
return true; |
} |
+void PlatformDevice::endPlatformPaint() {} |
+ |
} // namespace skia |