Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2660)

Unified Diff: cc/delegated_renderer_layer.h

Issue 12041012: cc: Chromium-stylify the DelegatedRendererLayer classes and tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/delegated_renderer_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/delegated_renderer_layer.h
diff --git a/cc/delegated_renderer_layer.h b/cc/delegated_renderer_layer.h
index aecf17bd501fc31d720ac8ca986081f9a3e5db49..f4dd852b3f8e4904ed26f7420f82c80d29d8c582 100644
--- a/cc/delegated_renderer_layer.h
+++ b/cc/delegated_renderer_layer.h
@@ -11,16 +11,17 @@
namespace cc {
class CC_EXPORT DelegatedRendererLayer : public Layer {
-public:
- static scoped_refptr<DelegatedRendererLayer> create();
+ public:
+ static scoped_refptr<DelegatedRendererLayer> Create();
- virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeImpl* treeImpl) OVERRIDE;
+ virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeImpl* tree_impl)
+ OVERRIDE;
-protected:
- DelegatedRendererLayer();
+ protected:
+ DelegatedRendererLayer();
-private:
- virtual ~DelegatedRendererLayer();
+ private:
+ virtual ~DelegatedRendererLayer();
};
}
« no previous file with comments | « no previous file | cc/delegated_renderer_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698