Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2734)

Unified Diff: cc/trees/thread_proxy.h

Issue 60353002: cc: add DevTools instrumentation for impl-side frames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Insturment tree activation instead of commit for linking main thread frames to imple-side ones Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/trees/thread_proxy.h
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
index c0e4cb03a19c0acdd625565911b63e5e977c3775..942a15b469a32770f24fc32f5c37893b88fb38c1 100644
--- a/cc/trees/thread_proxy.h
+++ b/cc/trees/thread_proxy.h
@@ -278,6 +278,8 @@ class ThreadProxy : public Proxy,
base::WeakPtrFactory<ThreadProxy> weak_factory_on_impl_thread_;
base::WeakPtrFactory<ThreadProxy> weak_factory_;
+ const int layer_tree_host_id_;
+
DISALLOW_COPY_AND_ASSIGN(ThreadProxy);
};

Powered by Google App Engine
This is Rietveld 408576698