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

Unified Diff: third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp

Issue 2251303003: Implement position: sticky updates on compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with master and add comments to WebLayerStickyPositionConstraint members. Created 4 years, 3 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: third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp b/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp
index 3524c407cc5d0f1c0cea4431f1d55cd22878357e..d54b8b16e9b8038cab9176495f1055683efb8294 100644
--- a/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp
+++ b/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp
@@ -36,9 +36,9 @@ const CompositingReasonStringMap kCompositingReasonStringMap[] = {
{ CompositingReasonTransitionProperty,
"transitionProperty",
"Has an acceleratable transition property (active or inactive)" },
- { CompositingReasonPositionFixed,
- "positionFixed",
- "Is fixed position" },
+ { CompositingReasonScrollDependentPosition,
+ "scrollDependentPosition",
+ "Is fixed or sticky position" },
{ CompositingReasonOverflowScrollingTouch,
"overflowScrollingTouch",
"Is a scrollable overflow element" },

Powered by Google App Engine
This is Rietveld 408576698