Index: cc/trees/layer_tree_impl.h |
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
index 0a78addd115a64bfeedf4ce33d36a0ac5922afb6..1f89d16add7a908aca38c287d7f24c11875475de 100644 |
--- a/cc/trees/layer_tree_impl.h |
+++ b/cc/trees/layer_tree_impl.h |
@@ -42,8 +42,8 @@ class CC_EXPORT LayerTreeImpl { |
public: |
typedef std::vector<LayerImpl*> LayerList; |
- static scoped_ptr<LayerTreeImpl> create(LayerTreeHostImpl* layer_tree_host_impl) |
- { |
+ static scoped_ptr<LayerTreeImpl> create( |
+ LayerTreeHostImpl* layer_tree_host_impl) { |
return make_scoped_ptr(new LayerTreeImpl(layer_tree_host_impl)); |
} |
virtual ~LayerTreeImpl(); |
@@ -51,7 +51,7 @@ class CC_EXPORT LayerTreeImpl { |
// Methods called by the layer tree that pass-through or access LTHI. |
// --------------------------------------------------------------------------- |
const LayerTreeSettings& settings() const; |
- const RendererCapabilities& rendererCapabilities() const; |
+ const RendererCapabilities& GetRendererCapabilities() const; |
OutputSurface* output_surface() const; |
ResourceProvider* resource_provider() const; |
TileManager* tile_manager() const; |
@@ -173,7 +173,7 @@ class CC_EXPORT LayerTreeImpl { |
AnimationRegistrar* animationRegistrar() const; |
- void PushPersistedState(LayerTreeImpl* pendingTree); |
+ void PushPersistedState(LayerTreeImpl* pending_tree); |
void DidBecomeActive(); |