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

Unified Diff: cc/io_surface_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/image_layer.cc ('k') | cc/io_surface_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/io_surface_layer.h
diff --git a/cc/io_surface_layer.h b/cc/io_surface_layer.h
index ff3b5fd73110fba8f8b54eb23ddc0ab02b83bc55..97c03dca8b49292a32d201c431540ceaebde4979 100644
--- a/cc/io_surface_layer.h
+++ b/cc/io_surface_layer.h
@@ -12,13 +12,13 @@ namespace cc {
class CC_EXPORT IOSurfaceLayer : public Layer {
public:
- static scoped_refptr<IOSurfaceLayer> create();
+ static scoped_refptr<IOSurfaceLayer> Create();
void setIOSurfaceProperties(uint32_t ioSurfaceId, const gfx::Size&);
- virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeImpl* treeImpl) OVERRIDE;
- virtual bool drawsContent() const OVERRIDE;
- virtual void pushPropertiesTo(LayerImpl*) OVERRIDE;
+ virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* treeImpl) OVERRIDE;
+ virtual bool DrawsContent() const OVERRIDE;
+ virtual void PushPropertiesTo(LayerImpl*) OVERRIDE;
protected:
IOSurfaceLayer();
« no previous file with comments | « cc/image_layer.cc ('k') | cc/io_surface_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698