diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-11-13 16:02:18 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-11-13 16:02:18 +0000 |
commit | ec3ca87d331c4b7058a0fff376a05e84ae0619ca (patch) | |
tree | 9817818fdea1dcac2ed07a905c4132f20c12bbca /src/gpu | |
parent | 5308c83a366f965c308862bed1b6acf594af3df9 (diff) |
Revert "Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice""
This reverts commit ff0152ec5e2a0faf38ae1a317c5d77df08139104.
BUG=
Review URL: https://codereview.chromium.org/68203018
git-svn-id: http://skia.googlecode.com/svn/trunk@12271 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu')
-rw-r--r-- | src/gpu/SkGpuDevice.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp index 429ee9f8e2..747688ed8b 100644 --- a/src/gpu/SkGpuDevice.cpp +++ b/src/gpu/SkGpuDevice.cpp @@ -513,13 +513,6 @@ inline bool skPaint2GrPaintShader(SkGpuDevice* dev, } /////////////////////////////////////////////////////////////////////////////// -void SkGpuDevice::getGlobalBounds(SkIRect* bounds) const { - if (NULL != bounds) { - const SkIPoint& origin = this->getOrigin(); - bounds->setXYWH(origin.x(), origin.y(), - this->width(), this->height()); - } -} SkBitmap::Config SkGpuDevice::config() const { if (NULL == fRenderTarget) { |