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

Unified Diff: webkit/compositor_bindings/web_layer_impl.cc

Issue 11227031: Support setAutomaticallyComputeRasterScale() on the WebLayer API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rasterScale Created 8 years, 2 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 | « webkit/compositor_bindings/web_layer_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor_bindings/web_layer_impl.cc
diff --git a/webkit/compositor_bindings/web_layer_impl.cc b/webkit/compositor_bindings/web_layer_impl.cc
index e4765987bf1620c78ff31a2f7c2dcc61d6d728d4..afe428c1186173547ffa5a42adce628a3cd3ed6f 100644
--- a/webkit/compositor_bindings/web_layer_impl.cc
+++ b/webkit/compositor_bindings/web_layer_impl.cc
@@ -232,6 +232,10 @@ SkMatrix44 WebLayerImpl::transform() const
return skMatrix44FromTransformationMatrix(m_layer->transform());
}
+void WebLayerImpl::setAutomaticallyComputeRasterScale(bool)
+{
+}
+
void WebLayerImpl::setDrawsContent(bool drawsContent)
{
m_layer->setIsDrawable(drawsContent);
« no previous file with comments | « webkit/compositor_bindings/web_layer_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698