Index: src/core/SkDevice.cpp |
diff --git a/src/core/SkDevice.cpp b/src/core/SkDevice.cpp |
index 4e9d4a21e8d39a2d9964a6b59ce5ccb615e1d0e5..15cd7eef3b53f66c76e46dd6e804da079346890a 100644 |
--- a/src/core/SkDevice.cpp |
+++ b/src/core/SkDevice.cpp |
@@ -70,15 +70,6 @@ SkPixelGeometry SkBaseDevice::CreateInfo::AdjustGeometry(const SkImageInfo& info |
return geo; |
} |
-void SkBaseDevice::initForRootLayer(SkPixelGeometry geo) { |
- // For now we don't expect to change the geometry for the root-layer, but we make the call |
- // anyway to document logically what is going on. |
- // |
- fSurfaceProps.setPixelGeometry_dont_use(CreateInfo::AdjustGeometry(this->imageInfo(), |
- kPossible_TileUsage, |
- geo)); |
-} |
- |
void SkBaseDevice::drawDRRect(const SkDraw& draw, const SkRRect& outer, |
const SkRRect& inner, const SkPaint& paint) { |
SkPath path; |