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

Unified Diff: webkit/compositor_bindings/web_solid_color_layer_impl.cc

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
Index: webkit/compositor_bindings/web_solid_color_layer_impl.cc
diff --git a/webkit/compositor_bindings/web_solid_color_layer_impl.cc b/webkit/compositor_bindings/web_solid_color_layer_impl.cc
index eb52b945a5a39efe2166aea2def2aadefb03b7fb..81f2ec434baa9c5335ce1a045b399789edec8127 100644
--- a/webkit/compositor_bindings/web_solid_color_layer_impl.cc
+++ b/webkit/compositor_bindings/web_solid_color_layer_impl.cc
@@ -13,7 +13,7 @@ namespace WebKit {
WebSolidColorLayerImpl::WebSolidColorLayerImpl()
: layer_(new WebLayerImpl(SolidColorLayer::Create())) {
- layer_->layer()->setIsDrawable(true);
+ layer_->layer()->SetIsDrawable(true);
}
WebSolidColorLayerImpl::~WebSolidColorLayerImpl() {}
« no previous file with comments | « webkit/compositor_bindings/web_nine_patch_layer_impl.cc ('k') | webkit/compositor_bindings/web_video_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698