Closed
Bug 946926
Opened 12 years ago
Closed 1 year ago
CanUseCanvasLayerForSize is bogus when used with OMTC
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
INVALID
People
(Reporter: nrc, Unassigned)
Details
CanUseCanvasLayerForSize is only properly implemented for LayerManagerComposite. But it is only called on the client side, where, since ClientLayerManager does not override, it always returns true.
We should implement that logic on the client side and remove CanUseCanvasLayerForSize from LayerManagerComposite.
Comment 1•12 years ago
|
||
This sounds like it would be blocking something? As in, something could be broken until this is fixed?
| Reporter | ||
Comment 2•12 years ago
|
||
(In reply to Milan Sreckovic [:milan] from comment #1)
> This sounds like it would be blocking something? As in, something could be
> broken until this is fixed?
Could be? I haven't seen anything actually broken. I know I observed this on Windows, couldn't figure out why, and implemented a work-around elsewhere. I assume we did the same thing for OpenGL, but I'm not sure.
Updated•3 years ago
|
Severity: normal → S3
Comment 3•1 year ago
|
||
Removed in bug 1727672
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•