summaryrefslogtreecommitdiffstats
path: root/cc/trees/latency_info_swap_promise_monitor.h
diff options
context:
space:
mode:
authormiletus <miletus@chromium.org>2015-08-04 17:29:18 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-05 00:34:37 +0000
commit45effdc4b576bf624d4a73f008d23b683572058b (patch)
tree6399bc1455e1d2a4a35014cf2f73f65006dbc456 /cc/trees/latency_info_swap_promise_monitor.h
parentcbb29c59095593fc8fc195450bbf7c933225f0c8 (diff)
downloadchromium_src-45effdc4b576bf624d4a73f008d23b683572058b.zip
chromium_src-45effdc4b576bf624d4a73f008d23b683572058b.tar.gz
chromium_src-45effdc4b576bf624d4a73f008d23b683572058b.tar.bz2
Make LatencyInfo to be class
LatencyInfo has grown to be more than a pure data holder struct. Make it a class so that we have a clean API surface that can access/modify the data members. BUG=None CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1245753003 Cr-Commit-Position: refs/heads/master@{#341831}
Diffstat (limited to 'cc/trees/latency_info_swap_promise_monitor.h')
-rw-r--r--cc/trees/latency_info_swap_promise_monitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/trees/latency_info_swap_promise_monitor.h b/cc/trees/latency_info_swap_promise_monitor.h
index c1d9973..2f5e0e5 100644
--- a/cc/trees/latency_info_swap_promise_monitor.h
+++ b/cc/trees/latency_info_swap_promise_monitor.h
@@ -9,7 +9,7 @@
#define CC_TREES_LATENCY_INFO_SWAP_PROMISE_MONITOR_H_
namespace ui {
-struct LatencyInfo;
+class LatencyInfo;
} // namespace ui
namespace cc {