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

Unified Diff: Source/platform/scroll/ScrollableArea.cpp

Issue 898783003: Move rendering/RenderLayer* to layout/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
« no previous file with comments | « Source/platform/graphics/GraphicsLayer.h ('k') | Source/web/LinkHighlight.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ScrollableArea.cpp
diff --git a/Source/platform/scroll/ScrollableArea.cpp b/Source/platform/scroll/ScrollableArea.cpp
index 99839436f9b9d620a8362685c6f500af757a2564..e5f8b6ef318097ec7a6303bfe59ca38ae2129c26 100644
--- a/Source/platform/scroll/ScrollableArea.cpp
+++ b/Source/platform/scroll/ScrollableArea.cpp
@@ -161,7 +161,7 @@ bool ScrollableArea::scroll(ScrollDirection direction, ScrollGranularity granula
void ScrollableArea::setScrollPosition(const DoublePoint& position, ScrollBehavior behavior)
{
- // FIXME(417782): This should be unified with RenderLayerScrollableArea::scrollToOffset.
+ // FIXME(417782): This should be unified with LayerScrollableArea::scrollToOffset.
ASSERT_NOT_REACHED();
}
« no previous file with comments | « Source/platform/graphics/GraphicsLayer.h ('k') | Source/web/LinkHighlight.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698