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

Unified Diff: chrome/browser/renderer_host/render_view_host.h

Issue 2145002: Mac: Fix renderer idle cpu usage regression. (Closed)
Patch Set: rebase Created 10 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
« no previous file with comments | « chrome/browser/notifications/balloon_host.cc ('k') | chrome/browser/renderer_host/render_view_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/render_view_host.h
diff --git a/chrome/browser/renderer_host/render_view_host.h b/chrome/browser/renderer_host/render_view_host.h
index 97467f4f6f820f8e50f88aa75167c19c9892df59..a00e99a0e9817894890d74d5bb37409b581c9248 100644
--- a/chrome/browser/renderer_host/render_view_host.h
+++ b/chrome/browser/renderer_host/render_view_host.h
@@ -463,7 +463,7 @@ class RenderViewHost : public RenderWidgetHost {
// Tells the renderer to notify us when the page contents preferred size
// changed.
Jay Civelli 2010/05/24 17:17:56 Could you add a comment on where these flags are d
Nico 2010/05/24 17:25:16 Done.
- void EnablePreferredSizeChangedMode();
+ void EnablePreferredSizeChangedMode(int flags);
protected:
// RenderWidgetHost protected overrides.
« no previous file with comments | « chrome/browser/notifications/balloon_host.cc ('k') | chrome/browser/renderer_host/render_view_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698