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
canvas->restore();
}
- virtual uint32_t onGetFlags() const {
- return kSkipPipe_Flag;
- }
-
private:
/** Draw an arbitrary rectangle at a given location and label it with some
* text. */
fWriter.write32(size);
fWriter.write(storage.get(), size);
}
+ base.setAnnotation(paint.getAnnotation());
}
}