зеркало из https://github.com/mozilla/pjs.git
Bug 615316 - Part 8: Support GetAsSurface for CairoImageD3D9. r=jrmuizel a=blocking-betaN
This commit is contained in:
Родитель
cf1d269195
Коммит
35caf16be8
|
@ -589,7 +589,8 @@ CairoImageD3D9::GetOrCreateTexture()
|
|||
already_AddRefed<gfxASurface>
|
||||
CairoImageD3D9::GetAsSurface()
|
||||
{
|
||||
return nsnull;
|
||||
nsRefPtr<gfxASurface> surface = mCachedSurface;
|
||||
return surface.forget();
|
||||
}
|
||||
|
||||
} /* layers */
|
||||
|
|
Загрузка…
Ссылка в новой задаче