Closed
Bug 889208
Opened 11 years ago
Closed 11 years ago
Unused aTextureInfo in ImageHostSingle::MakeTextureHost
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: romaxa, Unassigned)
References
Details
We do pass atexture info but not use it anywhere? is it but or done on purpose?
http://mxr.mozilla.org/mozilla-central/source/gfx/layers/composite/ImageHost.cpp#46
Reporter | ||
Comment 1•11 years ago
|
||
Not 100% sure but we might want to do this
mTextureHost = TextureHost::CreateTextureHost(aSurface.type(),
aTextureInfo.mTextureHostFlags | mTextureInfo.mTextureHostFlags,
aTextureInfo.mTextureFlags | mTextureInfo.mTextureFlags);
and combine ImageBridgeChild compositable + ReceiveCompositableUpdate parent settings
Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•