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

Unified Diff: cc/single_thread_proxy.cc

Issue 12217105: cc: Check for completed raster tasks at interval. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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: cc/single_thread_proxy.cc
diff --git a/cc/single_thread_proxy.cc b/cc/single_thread_proxy.cc
index 40b7ad2019677ff864d42c238e8f7b056bc63b71..70328e9ccb1cf19528924c891073050c0ee12a5d 100644
--- a/cc/single_thread_proxy.cc
+++ b/cc/single_thread_proxy.cc
@@ -291,6 +291,12 @@ void SingleThreadProxy::setNeedsManageTilesOnImplThread()
m_layerTreeHost->scheduleComposite();
}
+void SingleThreadProxy::setNeedsCheckForCompletedRasterTasksOnImplThread()
+{
+ // implSidePainting only.
+ NOTREACHED();
+}
+
void SingleThreadProxy::postAnimationEventsToMainThreadOnImplThread(scoped_ptr<AnimationEventsVector> events, base::Time wallClockTime)
{
DCHECK(Proxy::isImplThread());

Powered by Google App Engine
This is Rietveld 408576698