Chromium Code Reviews| Index: cc/trees/layer_tree_host.h |
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
| index 619c18e6574fe057bb1356a87ff754d68c3196b5..574ef880c02e30d62247fdba7e53b121b7cd6e62 100644 |
| --- a/cc/trees/layer_tree_host.h |
| +++ b/cc/trees/layer_tree_host.h |
| @@ -283,6 +283,8 @@ class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) { |
| // Deletes a UI resource. May safely be called more than once. |
| virtual void DeleteUIResource(UIResourceId id); |
| + virtual gfx::Size GetUIResourceSize(UIResourceId id); |
|
aelias_OOO_until_Jul13
2013/08/30 06:20:41
const
powei
2013/09/03 23:36:05
Done.
|
| + |
| bool UsingSharedMemoryResources(); |
| int id() const { return tree_id_; } |