From 2e835f335f6a4ad45c1b3924dea23eb823029e45 Mon Sep 17 00:00:00 2001 From: "danakj@chromium.org" Date: Wed, 14 Nov 2012 23:02:06 +0000 Subject: cc: Remove useless asserts that are firing in DRT since it still sets things via both paths. BUG=160771 TBR=jamesr Review URL: https://codereview.chromium.org/11364238 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167758 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/compositor_bindings/web_compositor_support_impl.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'webkit/compositor_bindings') diff --git a/webkit/compositor_bindings/web_compositor_support_impl.cc b/webkit/compositor_bindings/web_compositor_support_impl.cc index 33cf0fc..2a0551e 100644 --- a/webkit/compositor_bindings/web_compositor_support_impl.cc +++ b/webkit/compositor_bindings/web_compositor_support_impl.cc @@ -79,19 +79,15 @@ void WebCompositorSupportImpl::shutdown() { } void WebCompositorSupportImpl::setPerTilePaintingEnabled(bool enabled) { - NOTREACHED(); } void WebCompositorSupportImpl::setPartialSwapEnabled(bool enabled) { - NOTREACHED(); } void WebCompositorSupportImpl::setAcceleratedAnimationEnabled(bool enabled) { - NOTREACHED(); } void WebCompositorSupportImpl::setPageScalePinchZoomEnabled(bool enabled) { - NOTREACHED(); } WebLayerTreeView* WebCompositorSupportImpl::createLayerTreeView( -- cgit v1.1