diff options
author | aelias@chromium.org <aelias@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-09 04:58:40 +0000 |
---|---|---|
committer | aelias@chromium.org <aelias@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-09 04:58:40 +0000 |
commit | 18ce5970341cca6e54068f93e2a9a5868ac87e4f (patch) | |
tree | 9b8deca3d7607adb48077b45e062b5c3ca70390d /cc/trees/layer_tree_impl.h | |
parent | 71c34d4002250050679e0bfc85fa428de3df7851 (diff) | |
download | chromium_src-18ce5970341cca6e54068f93e2a9a5868ac87e4f.zip chromium_src-18ce5970341cca6e54068f93e2a9a5868ac87e4f.tar.gz chromium_src-18ce5970341cca6e54068f93e2a9a5868ac87e4f.tar.bz2 |
Delete layout_viewport_size.
This value is redundant. We can use the root cliprect size or the
device_viewport_size divided by device_scale_factor instead.
This value was only used by PinchZoomScrollbars, I replaced it
with one that should be equivalent.
NOTRY=true
BUG=229098
Review URL: https://chromiumcodereview.appspot.com/13637017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193013 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/trees/layer_tree_impl.h')
-rw-r--r-- | cc/trees/layer_tree_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h index 34fbe99..41b6f65 100644 --- a/cc/trees/layer_tree_impl.h +++ b/cc/trees/layer_tree_impl.h @@ -78,7 +78,6 @@ class CC_EXPORT LayerTreeImpl { const LayerTreeDebugState& debug_state() const; float device_scale_factor() const; gfx::Size device_viewport_size() const; - gfx::Size layout_viewport_size() const; std::string layer_tree_as_text() const; DebugRectHistory* debug_rect_history() const; scoped_ptr<base::Value> AsValue() const; |