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

Unified Diff: Source/core/rendering/compositing/CompositedLayerMapping.h

Issue 701873002: Revert "Don't invalidate scrolling container layer when scrolling contents need invalidation" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « Source/core/rendering/RenderView.cpp ('k') | Source/core/rendering/compositing/CompositedLayerMapping.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/compositing/CompositedLayerMapping.h
diff --git a/Source/core/rendering/compositing/CompositedLayerMapping.h b/Source/core/rendering/compositing/CompositedLayerMapping.h
index fc6f0e0f030be34707856507a5a9269fed854acf..dae7e4111ee76d55fb38fec960d0352863131c78 100644
--- a/Source/core/rendering/compositing/CompositedLayerMapping.h
+++ b/Source/core/rendering/compositing/CompositedLayerMapping.h
@@ -134,11 +134,6 @@ public:
// r is in the coordinate space of the layer's render object
void setContentsNeedDisplayInRect(const LayoutRect&, PaintInvalidationReason);
- void setScrollingContentsNeedDisplay();
- // FIXME: Temporarily the rect is in the coordinate space of the scrolling container layer.
- // Will make it in the coordinate space of the scrolling contents layer. crbug.com/416539.
- void setScrollingContentsNeedDisplayInRect(const LayoutRect&, PaintInvalidationReason);
-
// Notification from the renderer that its content changed.
void contentChanged(ContentChangeType);
« no previous file with comments | « Source/core/rendering/RenderView.cpp ('k') | Source/core/rendering/compositing/CompositedLayerMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698