summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host_common.h
diff options
context:
space:
mode:
authormiletus@chromium.org <miletus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-17 20:35:27 +0000
committermiletus@chromium.org <miletus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-17 20:35:27 +0000
commit4723c87ef3007d63a5736a347d000dbe2076d023 (patch)
tree84c6523d4d794a29083d383bec47e3d723e821c5 /cc/trees/layer_tree_host_common.h
parent65a9ed5971e21f2d54a89c46a74c2148cdb2b9fa (diff)
downloadchromium_src-4723c87ef3007d63a5736a347d000dbe2076d023.zip
chromium_src-4723c87ef3007d63a5736a347d000dbe2076d023.tar.gz
chromium_src-4723c87ef3007d63a5736a347d000dbe2076d023.tar.bz2
Revert "Implement scroll handler latency tracking"
This reverts commit 93a9886b01066905b785f8e87827327250fba54b. This CL makes mean_input_event_latency crazy. BUG=394889 TBR=skyostil NOTRY=true Review URL: https://codereview.chromium.org/400533006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283859 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/trees/layer_tree_host_common.h')
-rw-r--r--cc/trees/layer_tree_host_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/trees/layer_tree_host_common.h b/cc/trees/layer_tree_host_common.h
index c86c4aa..0e13947 100644
--- a/cc/trees/layer_tree_host_common.h
+++ b/cc/trees/layer_tree_host_common.h
@@ -21,7 +21,6 @@ namespace cc {
class LayerImpl;
class Layer;
-class SwapPromise;
class CC_EXPORT LayerTreeHostCommon {
public:
@@ -140,7 +139,6 @@ struct CC_EXPORT ScrollAndScaleSet {
std::vector<LayerTreeHostCommon::ScrollUpdateInfo> scrolls;
float page_scale_delta;
- ScopedPtrVector<SwapPromise> swap_promises;
};
template <typename LayerType>