Stop refcounting SkDeferredCanvas::NotificationClient
authorjunov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 20 Aug 2012 14:25:04 +0000 (14:25 +0000)
committerjunov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 20 Aug 2012 14:25:04 +0000 (14:25 +0000)
commit52805485581cff7e13134aa1465a2950f7bed007
treec82961300c9b71ac8751764b69081624374784ec
parent607d08b7db477ae11dbafff0bbebaa91f5c9fd7a
Stop refcounting SkDeferredCanvas::NotificationClient

User code (i.e. WebKit) is now responsible for the lifetime scope of the notification client.
With http://trac.webkit.org/changeset/125804 skia-side ref counting has become unnecessary and undesirable.
Review URL: https://codereview.appspot.com/6443146

git-svn-id: http://skia.googlecode.com/svn/trunk@5169 2bbb7eff-a529-9590-31e7-b0007b416f81
bench/DeferredCanvasBench.cpp
include/utils/SkDeferredCanvas.h
src/utils/SkDeferredCanvas.cpp