commit | 4c0864dff21e4d193b7c26b73f10ba096e5f5009 | [log] [tgz] |
---|---|---|
author | Evan Millar <emillar@google.com> | Wed Jul 15 11:36:32 2009 -0700 |
committer | Evan Millar <emillar@google.com> | Wed Jul 15 12:20:39 2009 -0700 |
tree | a8925ed8a5e65c246130ea72e4aa34dc3bea392f | |
parent | 0bd6cb8e90c62558c8f8a2a863dc323f447d994c [diff] |
Remove a local copy of a context object from StyleManager. StyleManager was caching a context object received from the instantiating object. This is bad, as it can lead to memory leaks. Now all calls onto StyleManager that will need a context require the context to be passed into the method.