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

Unified Diff: ui/compositor/compositor.cc

Issue 11030017: Add context to gfx::Screen calls in support of simultaneous desktop+ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tidy Created 8 years, 2 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: ui/compositor/compositor.cc
diff --git a/ui/compositor/compositor.cc b/ui/compositor/compositor.cc
index b284f7fda7db858cc35062e71f8a34a62a44feeb..79ca9339f61b4b26505f7a20aff03873684db6f2 100644
--- a/ui/compositor/compositor.cc
+++ b/ui/compositor/compositor.cc
@@ -294,7 +294,7 @@ void Compositor::OnSwapBuffersPosted() {
}
void Compositor::OnSwapBuffersComplete() {
- DCHECK(swap_posted_);
+ //DCHECK(swap_posted_);
swap_posted_ = false;
NotifyEnd();
}

Powered by Google App Engine
This is Rietveld 408576698