Move the device capability method to SkDevice.
authorvandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 26 Oct 2010 19:47:30 +0000 (19:47 +0000)
committervandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 26 Oct 2010 19:47:30 +0000 (19:47 +0000)
commit35fc62b960db6739b19c59576085663796951e47
treea8f3c6354267feb10bbdb9f507d623396baaeede
parentddbbd805b5b453e12cda0b3300e5655d8fb2bc19
Move the device capability method to SkDevice.

These are not the capabilities of the factory, but of the device.  Additionally, it is more often needed when you have a device then when you have a factory, which caused creating of a new factory.

Review URL: http://codereview.appspot.com/2720041

git-svn-id: http://skia.googlecode.com/svn/trunk@618 2bbb7eff-a529-9590-31e7-b0007b416f81
include/core/SkDevice.h
include/pdf/SkPDFDevice.h
src/core/SkCanvas.cpp
src/gl/SkGLDevice.h