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

Unified Diff: cc/layers/picture_image_layer_impl.h

Issue 12676029: cc: Fix capitalization style in chromified files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « cc/layers/nine_patch_layer_impl.cc ('k') | cc/layers/picture_image_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/picture_image_layer_impl.h
diff --git a/cc/layers/picture_image_layer_impl.h b/cc/layers/picture_image_layer_impl.h
index 9c3f46da165252643bfc1ac0c3715c52857e8b9a..4bbafa7f22e0bbde18e67148a3c9290d31a5a62f 100644
--- a/cc/layers/picture_image_layer_impl.h
+++ b/cc/layers/picture_image_layer_impl.h
@@ -11,18 +11,18 @@ namespace cc {
class CC_EXPORT PictureImageLayerImpl : public PictureLayerImpl {
public:
- static scoped_ptr<PictureImageLayerImpl> Create(LayerTreeImpl* treeImpl,
+ static scoped_ptr<PictureImageLayerImpl> Create(LayerTreeImpl* tree_impl,
int id) {
- return make_scoped_ptr(new PictureImageLayerImpl(treeImpl, id));
+ return make_scoped_ptr(new PictureImageLayerImpl(tree_impl, id));
}
virtual ~PictureImageLayerImpl();
virtual const char* LayerTypeAsString() const OVERRIDE;
virtual scoped_ptr<LayerImpl> CreateLayerImpl(
- LayerTreeImpl* treeImpl) OVERRIDE;
+ LayerTreeImpl* tree_impl) OVERRIDE;
protected:
- PictureImageLayerImpl(LayerTreeImpl* treeImpl, int id);
+ PictureImageLayerImpl(LayerTreeImpl* tree_impl, int id);
virtual void CalculateRasterContentsScale(
bool animating_transform_to_screen,
« no previous file with comments | « cc/layers/nine_patch_layer_impl.cc ('k') | cc/layers/picture_image_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698