Commit 72faf414 authored by enne@chromium.org's avatar enne@chromium.org

Remove unused WebLayerTreeViewImplForTesting::composite

BUG=none

Review URL: https://codereview.chromium.org/166073008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251519 0039d316-1c4b-4281-b951-d872f2087c98
parent 1612e555
......@@ -120,10 +120,6 @@ bool WebLayerTreeViewImplForTesting::commitRequested() const {
return layer_tree_host_->CommitRequested();
}
void WebLayerTreeViewImplForTesting::composite() {
layer_tree_host_->Composite(gfx::FrameTime::Now());
}
void WebLayerTreeViewImplForTesting::didStopFlinging() {}
bool WebLayerTreeViewImplForTesting::compositeAndReadback(
......
......@@ -50,7 +50,6 @@ class WebLayerTreeViewImplForTesting
double duration_sec);
virtual void setNeedsAnimate();
virtual bool commitRequested() const;
virtual void composite();
virtual void didStopFlinging();
virtual bool compositeAndReadback(void* pixels, const blink::WebRect& rect);
virtual void finishAllRendering();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment