summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host_client.h
diff options
context:
space:
mode:
authorcaseq@chromium.org <caseq@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-12 09:49:23 +0000
committercaseq@chromium.org <caseq@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-12 09:49:23 +0000
commit33004774a89f5798ab7dfbaff7acfcb9e88335fe (patch)
tree378850f0a74bd133cefad92437101ba60c4b68fb /cc/trees/layer_tree_host_client.h
parent18d59b8e2a2ba9348681d9fa08c048893892b7f5 (diff)
downloadchromium_src-33004774a89f5798ab7dfbaff7acfcb9e88335fe.zip
chromium_src-33004774a89f5798ab7dfbaff7acfcb9e88335fe.tar.gz
chromium_src-33004774a89f5798ab7dfbaff7acfcb9e88335fe.tar.bz2
Propagate source_frame_number from LTH to DevTools
This plumbs source_frame_number to WebDevToolsAgent::didBeginFrame(), so we can associate impl-side activity with the main frame. BUG=305863 Related blink-side issue: https://codereview.chromium.org/54273005/ R=jamesr@chromium.org, nduca@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/54493003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234469 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/trees/layer_tree_host_client.h')
-rw-r--r--cc/trees/layer_tree_host_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/trees/layer_tree_host_client.h b/cc/trees/layer_tree_host_client.h
index 9d1fa77..7af4c87 100644
--- a/cc/trees/layer_tree_host_client.h
+++ b/cc/trees/layer_tree_host_client.h
@@ -19,7 +19,7 @@ class OutputSurface;
class LayerTreeHostClient {
public:
- virtual void WillBeginMainFrame() = 0;
+ virtual void WillBeginMainFrame(int frame_id) = 0;
// Marks finishing compositing-related tasks on the main thread. In threaded
// mode, this corresponds to DidCommit().
virtual void DidBeginMainFrame() = 0;