From 40258a5be9afe3820bdc6aed4dd94abff3160d94 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Tue, 29 Oct 2013 19:23:26 +0000 Subject: Fix pipe/annotation. We weren't keeping track of the annotation that's on the other side of the pipe. BUG=skia:1761 R=scroggo@google.com Author: mtklein@google.com Review URL: https://codereview.chromium.org/48273011 git-svn-id: http://skia.googlecode.com/svn/trunk@12004 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/pipe/SkGPipeWrite.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pipe/SkGPipeWrite.cpp') diff --git a/src/pipe/SkGPipeWrite.cpp b/src/pipe/SkGPipeWrite.cpp index 57d4a0fdc3..53b0ae55d4 100644 --- a/src/pipe/SkGPipeWrite.cpp +++ b/src/pipe/SkGPipeWrite.cpp @@ -1141,6 +1141,7 @@ void SkGPipeCanvas::writePaint(const SkPaint& paint) { fWriter.write32(size); fWriter.write(storage.get(), size); } + base.setAnnotation(paint.getAnnotation()); } } -- cgit v1.2.3