Commit b2013c3f authored by hush's avatar hush Committed by Commit bot

Clean up some dead code

BUG=

Review URL: https://codereview.chromium.org/1076613002

Cr-Commit-Position: refs/heads/master@{#324324}
parent c961e52a
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
#include <limits> #include <limits>
#include <set> #include <set>
#include "base/auto_reset.h"
#include "base/trace_event/trace_event.h" #include "base/trace_event/trace_event.h"
#include "base/trace_event/trace_event_argument.h" #include "base/trace_event/trace_event_argument.h"
#include "cc/animation/keyframed_animation_curve.h" #include "cc/animation/keyframed_animation_curve.h"
...@@ -500,9 +499,6 @@ void LayerTreeImpl::SetViewportLayersFromIds( ...@@ -500,9 +499,6 @@ void LayerTreeImpl::SetViewportLayersFromIds(
outer_viewport_scroll_layer_id == Layer::INVALID_ID); outer_viewport_scroll_layer_id == Layer::INVALID_ID);
HideInnerViewportScrollbarsIfNearMinimumScale(); HideInnerViewportScrollbarsIfNearMinimumScale();
if (!root_layer_scroll_offset_delegate_)
return;
} }
void LayerTreeImpl::ClearViewportLayers() { void LayerTreeImpl::ClearViewportLayers() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment