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

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

Issue 22419002: Set up clip and scroll parents on the blink side. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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.cpp
diff --git a/Source/core/platform/ScrollableArea.cpp b/Source/core/platform/ScrollableArea.cpp
index 8bb6bed3891e6d812b19500b789fe85da2a37dda..de3a87f9c6e5d98405e1a55bc55b840f4ca704cf 100644
--- a/Source/core/platform/ScrollableArea.cpp
+++ b/Source/core/platform/ScrollableArea.cpp
@@ -156,7 +156,7 @@ void ScrollableArea::notifyScrollPositionChanged(const IntPoint& position)
void ScrollableArea::scrollPositionChanged(const IntPoint& position)
{
- TRACE_EVENT0("webkit", "ScrollableArea::scrollPositionChanged");
+ TRACE_EVENT0("webkit,impl-scroll", "ScrollableArea::scrollPositionChanged");
IntPoint oldPosition = scrollPosition();
// Tell the derived class to scroll its contents.

Powered by Google App Engine
This is Rietveld 408576698