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

Unified Diff: content/browser/renderer_host/compositor_resize_lock.cc

Issue 2790623003: ui: Rework CompositorResizeLock interaction with DelegatedFrameHost (Closed)
Patch Set: shouldskip: allowskipafterframe Created 3 years, 8 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: content/browser/renderer_host/compositor_resize_lock.cc
diff --git a/content/browser/renderer_host/compositor_resize_lock.cc b/content/browser/renderer_host/compositor_resize_lock.cc
index a6dfd2b5d9a0fb8a707298404b6382cb70e135b2..4c3e34cced83f9852d60ccc8d861811687bdbd97 100644
--- a/content/browser/renderer_host/compositor_resize_lock.cc
+++ b/content/browser/renderer_host/compositor_resize_lock.cc
@@ -41,6 +41,7 @@ void CompositorResizeLock::UnlockCompositor() {
}
void CompositorResizeLock::CompositorLockTimedOut() {
+ timed_out_ = true;
UnlockCompositor();
if (client_) {
client_->CompositorResizeLockEnded();

Powered by Google App Engine
This is Rietveld 408576698