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

Unified Diff: cc/solid_color_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/single_thread_proxy.cc ('k') | cc/solid_color_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/solid_color_layer.h
diff --git a/cc/solid_color_layer.h b/cc/solid_color_layer.h
index 0cf170d68a6ca768ff371e7915d283645c6f7739..66e793bcf41a9080a59878736de445aeccaa91d5 100644
--- a/cc/solid_color_layer.h
+++ b/cc/solid_color_layer.h
@@ -17,10 +17,10 @@ class CC_EXPORT SolidColorLayer : public Layer {
public:
static scoped_refptr<SolidColorLayer> Create();
- virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeImpl* tree_impl)
+ virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
OVERRIDE;
- virtual void setBackgroundColor(SkColor color) OVERRIDE;
+ virtual void SetBackgroundColor(SkColor color) OVERRIDE;
protected:
SolidColorLayer();
« no previous file with comments | « cc/single_thread_proxy.cc ('k') | cc/solid_color_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698