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

Unified Diff: webkit/compositor_bindings/web_compositor_support_impl.cc

Issue 11410075: cc: Remove the WebCompositorSupport methods for the old cc::Settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month 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_compositor_support_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_compositor_support_impl.cc
diff --git a/webkit/compositor_bindings/web_compositor_support_impl.cc b/webkit/compositor_bindings/web_compositor_support_impl.cc
index 2a0551ead2c939b46b9bebb944c3ee0b6e11936b..5c724e3e83d3dba5adb5f327f7bc93b0d616e2dd 100644
--- a/webkit/compositor_bindings/web_compositor_support_impl.cc
+++ b/webkit/compositor_bindings/web_compositor_support_impl.cc
@@ -78,18 +78,6 @@ void WebCompositorSupportImpl::shutdown() {
impl_thread_message_loop_proxy_ = NULL;
}
-void WebCompositorSupportImpl::setPerTilePaintingEnabled(bool enabled) {
-}
-
-void WebCompositorSupportImpl::setPartialSwapEnabled(bool enabled) {
-}
-
-void WebCompositorSupportImpl::setAcceleratedAnimationEnabled(bool enabled) {
-}
-
-void WebCompositorSupportImpl::setPageScalePinchZoomEnabled(bool enabled) {
-}
-
WebLayerTreeView* WebCompositorSupportImpl::createLayerTreeView(
WebLayerTreeViewClient* client, const WebLayer& root,
const WebLayerTreeView::Settings& settings) {
« no previous file with comments | « webkit/compositor_bindings/web_compositor_support_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698