Revert 5213. WK r126226 has landed in Chromium and the workaround is no longer necessary.

git-svn-id: http://skia.googlecode.com/svn/trunk@5223 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2012-08-22 13:00:24 +00:00
parent fa1b5a6888
commit cae9529cfb

View File

@ -262,9 +262,6 @@ SkGpuDevice::SkGpuDevice(GrContext* context,
}
SkGpuDevice::~SkGpuDevice() {
// FIXME: This flush should be removed after CSS filters in WebKit flush their SkCanvas
fContext->flush();
if (fDrawProcs) {
delete fDrawProcs;
}