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

Unified Diff: cc/scrollbar_layer.cc

Issue 11941010: Fix scrollbars missing after lost context (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/scrollbar_layer.cc
diff --git a/cc/scrollbar_layer.cc b/cc/scrollbar_layer.cc
index c338c2a6c5c2fe1fefd4392ae81faace17de0e90..23ddef6ca2fc99aca4a125f4fe68efccdae8d744 100644
--- a/cc/scrollbar_layer.cc
+++ b/cc/scrollbar_layer.cc
@@ -322,8 +322,6 @@ void ScrollbarLayer::update(ResourceUpdateQueue& queue, const OcclusionTracker*
return;
if (visibleContentRect().IsEmpty())
return;
- if (!isDirty())
- return;
createUpdaterIfNeeded();

Powered by Google App Engine
This is Rietveld 408576698