| Index: cc/layer_tree_host.h
|
| diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
|
| index 9a45ecc8439a6cf9e7eaf85f6df0e9ac4d3545e4..dff5c838201bd63cf8679db4e27377d6f6178540 100644
|
| --- a/cc/layer_tree_host.h
|
| +++ b/cc/layer_tree_host.h
|
| @@ -200,8 +200,8 @@ class CC_EXPORT LayerTreeHost : public RateLimiterClient {
|
| void StartRateLimiter(WebKit::WebGraphicsContext3D* context3d);
|
| void StopRateLimiter(WebKit::WebGraphicsContext3D* context3d);
|
|
|
| - // RateLimitClient implementation
|
| - virtual void rateLimit() OVERRIDE;
|
| + // RateLimiterClient implementation.
|
| + virtual void RateLimit() OVERRIDE;
|
|
|
| bool buffered_updates() const {
|
| return settings_.maxPartialTextureUpdates !=
|
|
|