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

Unified Diff: content/renderer/render_view_impl.cc

Issue 8604002: Fix compile error introduced on r110794 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index a4d18667781c08d687a235977dfc49be0a6e961b..bb41420482f4354ab877770942db832ec93d06bf 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -4722,7 +4722,7 @@ void RenderViewImpl::OnMouseLockLost() {
}
bool RenderViewImpl::WebWidgetHandlesCompositorScheduling() const {
- return RenderThreadImpl::current()->compositor_thread();
+ return !!RenderThreadImpl::current()->compositor_thread();
}
void RenderViewImpl::OnJavaBridgeInit(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698