summaryrefslogtreecommitdiffstats
path: root/cc/trees/proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/trees/proxy.h')
-rw-r--r--cc/trees/proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
index f0fece4..0df7f0a 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -84,7 +84,7 @@ class CC_EXPORT Proxy {
virtual void SetNeedsRedraw() = 0;
// Defers commits until it is reset. It is only supported when in threaded
- // mode. It's an error to make a sync call like compositeAndReadback while
+ // mode. It's an error to make a sync call like CompositeAndReadback while
// commits are deferred.
virtual void SetDeferCommits(bool defer_commits) = 0;