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

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

Issue 566253005: Clean up all the ScriptedAnimationController logging. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « Source/core/page/PageAnimator.cpp ('k') | Source/web/PageWidgetDelegate.cpp » ('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 aa12fe367fb90e3c05540f9a77bfcb9d33823948..d6b9c4c45b92570aadc57c85f1a7b2e48c3674b4 100644
--- a/Source/platform/scroll/ScrollableArea.cpp
+++ b/Source/platform/scroll/ScrollableArea.cpp
@@ -419,8 +419,6 @@ bool ScrollableArea::hasLayerForScrollCorner() const
bool ScrollableArea::scheduleAnimation()
{
- WTF_LOG(ScriptedAnimationController, "ScrollableArea::scheduleAnimation: window = %d",
- hostWindow() ? 1 : 0);
if (HostWindow* window = hostWindow()) {
window->scheduleAnimation();
return true;
« no previous file with comments | « Source/core/page/PageAnimator.cpp ('k') | Source/web/PageWidgetDelegate.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698