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

Unified Diff: Source/core/platform/ScrollableArea.h

Issue 14863002: Only update composited-scrolling state once after layout. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: subtreeHasOutOfFlowPositionedDescendant -> subtreeContainsOutOfFlowPositionedLayer Created 7 years, 7 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/core/platform/ScrollableArea.h
diff --git a/Source/core/platform/ScrollableArea.h b/Source/core/platform/ScrollableArea.h
index 5ba8c9e67888f603299f7d4b135cbb416a488b70..daf087f053531d5383b9fc963c198b0e8892ed36 100644
--- a/Source/core/platform/ScrollableArea.h
+++ b/Source/core/platform/ScrollableArea.h
@@ -171,6 +171,7 @@ public:
void serviceScrollAnimations();
virtual bool usesCompositedScrolling() const { return false; }
+ virtual void updateNeedsCompositedScrolling() { }
virtual void reportMemoryUsage(MemoryObjectInfo*) const;

Powered by Google App Engine
This is Rietveld 408576698