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

Unified Diff: webkit/compositor_bindings/web_nine_patch_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_nine_patch_layer_impl.cc
diff --git a/webkit/compositor_bindings/web_nine_patch_layer_impl.cc b/webkit/compositor_bindings/web_nine_patch_layer_impl.cc
index a9cc012c3fd35867e5ed2bfc5267e58c2ae5c17c..8c2c47541dd37b78c8be691692953922a3d4fb49 100644
--- a/webkit/compositor_bindings/web_nine_patch_layer_impl.cc
+++ b/webkit/compositor_bindings/web_nine_patch_layer_impl.cc
@@ -15,7 +15,7 @@ namespace WebKit {
WebNinePatchLayerImpl::WebNinePatchLayerImpl()
: layer_(new WebLayerImpl(NinePatchLayer::Create())) {
- layer_->layer()->setIsDrawable(true);
+ layer_->layer()->SetIsDrawable(true);
}
WebNinePatchLayerImpl::~WebNinePatchLayerImpl() {}

Powered by Google App Engine
This is Rietveld 408576698