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

Unified Diff: Source/platform/graphics/CompositingReasons.h

Issue 131543013: Update scroll parent correctly for squashing layers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Now with working LayoutTests (thanks to hartmanng for help with the repaint workaround). Created 6 years, 9 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: Source/platform/graphics/CompositingReasons.h
diff --git a/Source/platform/graphics/CompositingReasons.h b/Source/platform/graphics/CompositingReasons.h
index b50a6d64c50994cb575416f8f478d37f53b12f19..5c2f12d071643dc3a64c943350918bfe6173b2af 100644
--- a/Source/platform/graphics/CompositingReasons.h
+++ b/Source/platform/graphics/CompositingReasons.h
@@ -104,7 +104,8 @@ const uint64_t CompositingReasonComboReasonsThatRequireOwnBacking =
const uint64_t CompositingReasonComboSquashableReasons =
CompositingReasonOverlap
- | CompositingReasonAssumedOverlap;
+ | CompositingReasonAssumedOverlap
+ | CompositingReasonOverflowScrollingParent;
typedef uint64_t CompositingReasons;

Powered by Google App Engine
This is Rietveld 408576698