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

Unified Diff: cc/trees/proxy.h

Issue 23694031: Fix race conditions in window snapshot code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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.h
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
index 84844c8949721f294978959553c951c2a9fb080c..857f52fad69eb5c3f55ed44d093a7b6623e2c27d 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -70,6 +70,7 @@ class CC_EXPORT Proxy {
virtual void SetNeedsCommit() = 0;
virtual void SetNeedsRedraw(gfx::Rect damage_rect) = 0;
virtual void SetNextCommitWaitsForActivation() = 0;
+ virtual void SetNextCommitForcesRedraw() = 0;
virtual void NotifyInputThrottledUntilCommit() = 0;

Powered by Google App Engine
This is Rietveld 408576698