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

Unified Diff: cc/trees/proxy.h

Issue 270703004: Making BeginFrameArgs work with TRACE_EVENT system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Using AsValue rather than StateAsValue. Created 6 years, 7 months 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/proxy.h
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
index 5c72571d47dbf3e10f6405456ee464d97820906e..7ab4a891a9dd87c6deed5eb7c107f3d10fec8fd7 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -101,7 +101,7 @@ class CC_EXPORT Proxy {
// Testing hooks
virtual bool CommitPendingForTesting() = 0;
- virtual scoped_ptr<base::Value> SchedulerStateAsValueForTesting();
+ virtual scoped_ptr<base::Value> SchedulerAsValueForTesting();
protected:
explicit Proxy(

Powered by Google App Engine
This is Rietveld 408576698