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

Unified Diff: cc/layer_tree_host.h

Issue 12566033: cc: Chromify RateLimiter (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
« no previous file with comments | « no previous file | cc/layer_tree_host.cc » ('j') | cc/rate_limiter.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 !=
« no previous file with comments | « no previous file | cc/layer_tree_host.cc » ('j') | cc/rate_limiter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698