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

Unified Diff: webkit/compositor_bindings/web_image_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_image_layer_impl.cc
diff --git a/webkit/compositor_bindings/web_image_layer_impl.cc b/webkit/compositor_bindings/web_image_layer_impl.cc
index af307a09e1ca4453f10825e2a929471f9e8571b1..4c9466297f2e4df21820494241185aff1099ca3b 100644
--- a/webkit/compositor_bindings/web_image_layer_impl.cc
+++ b/webkit/compositor_bindings/web_image_layer_impl.cc
@@ -19,7 +19,7 @@ namespace WebKit {
WebImageLayerImpl::WebImageLayerImpl() {
if (usingPictureLayer())
- layer_.reset(new WebLayerImplFixedBounds(cc::PictureImageLayer::create()));
+ layer_.reset(new WebLayerImplFixedBounds(cc::PictureImageLayer::Create()));
else
layer_.reset(new WebLayerImpl(cc::ImageLayer::Create()));
}
« no previous file with comments | « webkit/compositor_bindings/web_external_texture_layer_impl.cc ('k') | webkit/compositor_bindings/web_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698