diff options
author | epenner@chromium.org <epenner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-29 13:32:24 +0000 |
---|---|---|
committer | epenner@chromium.org <epenner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-29 13:32:24 +0000 |
commit | 666dd56327e74d06023931b9ad0973b4de266a36 (patch) | |
tree | 684518d1065e624137a02a0bbf7a2225c7f6148a /cc/trees/layer_tree_host_impl.h | |
parent | 8e665003f6dddf2bf6d2048a3a2c6cca454a0560 (diff) | |
download | chromium_src-666dd56327e74d06023931b9ad0973b4de266a36.zip chromium_src-666dd56327e74d06023931b9ad0973b4de266a36.tar.gz chromium_src-666dd56327e74d06023931b9ad0973b4de266a36.tar.bz2 |
CC: Force uploads even if animations are present.
This is the nasty 'middle ground' case. If we don't force
uploads we will get smoother animations, but it will be at
the expense of very bad main-thread performance.
BUG=251990
Review URL: https://chromiumcodereview.appspot.com/17157014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209296 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/trees/layer_tree_host_impl.h')
-rw-r--r-- | cc/trees/layer_tree_host_impl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h index cf9b094..4e8fc8d 100644 --- a/cc/trees/layer_tree_host_impl.h +++ b/cc/trees/layer_tree_host_impl.h @@ -194,8 +194,6 @@ class CC_EXPORT LayerTreeHostImpl // TileManagerClient implementation. virtual void DidInitializeVisibleTile() OVERRIDE; - virtual bool ShouldForceTileUploadsRequiredForActivationToComplete() const - OVERRIDE; virtual void NotifyReadyToActivate() OVERRIDE; // OutputSurfaceClient implementation. |