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

Unified Diff: cc/picture_image_layer.h

Issue 12774006: cc: Chromify Layer and LayerImpl classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: MoreAndroidCompilings 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/occlusion_tracker_unittest.cc ('k') | cc/picture_image_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/picture_image_layer.h
diff --git a/cc/picture_image_layer.h b/cc/picture_image_layer.h
index c0255e8255ea6d271b4030f38a56e791bd321e6d..8b0605e05d54ff4acdf5991e159a73296b666f2d 100644
--- a/cc/picture_image_layer.h
+++ b/cc/picture_image_layer.h
@@ -15,14 +15,14 @@ namespace cc {
class CC_EXPORT PictureImageLayer : public PictureLayer, ContentLayerClient {
public:
- static scoped_refptr<PictureImageLayer> create();
+ static scoped_refptr<PictureImageLayer> Create();
void setBitmap(const SkBitmap& image);
// Layer implementation.
- virtual scoped_ptr<LayerImpl> createLayerImpl(
+ virtual scoped_ptr<LayerImpl> CreateLayerImpl(
LayerTreeImpl* treeImpl) OVERRIDE;
- virtual bool drawsContent() const OVERRIDE;
+ virtual bool DrawsContent() const OVERRIDE;
// ContentLayerClient implementation.
virtual void paintContents(
« no previous file with comments | « cc/occlusion_tracker_unittest.cc ('k') | cc/picture_image_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698