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

Unified Diff: cc/trees/proxy_impl.cc

Issue 2659123004: cc: Add scheduler support for invalidating content on impl thread. (Closed)
Patch Set: .. Created 3 years, 11 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/trees/proxy_impl.cc
diff --git a/cc/trees/proxy_impl.cc b/cc/trees/proxy_impl.cc
index 0a8620eb7e724c3873aa24afa00413fe39945079..a73466e1515c73f49c1d3a19114ff5bcb401d6d1 100644
--- a/cc/trees/proxy_impl.cc
+++ b/cc/trees/proxy_impl.cc
@@ -548,6 +548,10 @@ void ProxyImpl::ScheduledActionInvalidateCompositorFrameSink() {
layer_tree_host_impl_->compositor_frame_sink()->Invalidate();
}
+void ProxyImpl::ScheduledActionRunImplSideInvalidation() {
+ NOTIMPLEMENTED();
+}
+
void ProxyImpl::SendBeginMainFrameNotExpectedSoon() {
DCHECK(IsImplThread());
MainThreadTaskRunner()->PostTask(

Powered by Google App Engine
This is Rietveld 408576698