| Index: Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| diff --git a/Source/platform/graphics/Canvas2DLayerBridge.cpp b/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| index 7f69ba64ec5b02930a4987f67cc862c622cb5473..b966930b78dbbfa23f58d4c9dca30085883f0626 100644
|
| --- a/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| +++ b/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| @@ -60,7 +60,7 @@ static PassRefPtr<SkSurface> createSkSurface(GrContext* gr, const IntSize& size,
|
| gr->resetContext();
|
| SkImageInfo info = SkImageInfo::MakeN32Premul(size.width(), size.height());
|
| SkSurfaceProps disableLCDProps(0, kUnknown_SkPixelGeometry);
|
| - return adoptRef(SkSurface::NewRenderTarget(gr, info, msaaSampleCount,
|
| + return adoptRef(SkSurface::NewRenderTarget(gr, SkSurface::kNo_Budgeted, info, msaaSampleCount,
|
| Opaque == opacityMode ? 0 : &disableLCDProps));
|
| }
|
|
|
|
|