зеркало из https://github.com/mozilla/gecko-dev.git
Bug 830347 - Fixed TextureD3D11.h compilation on GCC.
This commit is contained in:
Родитель
d07d0900a7
Коммит
ae698a2c3f
|
@ -112,7 +112,7 @@ public:
|
|||
virtual TextureSourceD3D11* AsSourceD3D11() MOZ_OVERRIDE { return this; }
|
||||
|
||||
virtual ID3D11Texture2D *GetD3D11Texture() MOZ_OVERRIDE {
|
||||
return mIsTiled ? mTileTextures[mCurrentTile] : TextureSourceD3D11::GetD3D11Texture();
|
||||
return mIsTiled ? mTileTextures[mCurrentTile].get() : TextureSourceD3D11::GetD3D11Texture();
|
||||
}
|
||||
|
||||
virtual gfx::IntSize GetSize() const MOZ_OVERRIDE;
|
||||
|
|
Загрузка…
Ссылка в новой задаче