Index: cc/trees/proxy.h |
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h |
index f0fece44be67b4de7d8c545b0498ddf11dc820cd..0df7f0a5da6d7632deb988720b4e7929d3d7aca4 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; |