summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/trees/layer_tree_impl.cc')
-rw-r--r--cc/trees/layer_tree_impl.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
index 95308cb..e4ec3c9 100644
--- a/cc/trees/layer_tree_impl.cc
+++ b/cc/trees/layer_tree_impl.cc
@@ -523,10 +523,6 @@ gfx::Size LayerTreeImpl::device_viewport_size() const {
return layer_tree_host_impl_->device_viewport_size();
}
-gfx::Size LayerTreeImpl::layout_viewport_size() const {
- return layer_tree_host_impl_->layout_viewport_size();
-}
-
std::string LayerTreeImpl::layer_tree_as_text() const {
return layer_tree_host_impl_->LayerTreeAsText();
}