Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(872)

Unified Diff: skia/ext/platform_device_linux.cc

Issue 1963713002: Replace setMatrixClip() with BeginPlatformPaint() logic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: skia/ext/platform_device_linux.cc
diff --git a/skia/ext/platform_device_linux.cc b/skia/ext/platform_device_linux.cc
index 7b40f43f120a0e13c7eb8e0122ad41bf11a6688b..442733ce4cd5c232eacd2cd380e75b3ab80a26c1 100644
--- a/skia/ext/platform_device_linux.cc
+++ b/skia/ext/platform_device_linux.cc
@@ -6,7 +6,8 @@
namespace skia {
-PlatformSurface PlatformDevice::BeginPlatformPaint() {
+PlatformSurface PlatformDevice::BeginPlatformPaint(const SkMatrix& transform,
+ const SkIRect& clip_bounds) {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698