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

Unified Diff: content/browser/compositor/delegated_frame_host.h

Issue 299443003: Restore resize throttling on Chrome OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: content/browser/compositor/delegated_frame_host.h
diff --git a/content/browser/compositor/delegated_frame_host.h b/content/browser/compositor/delegated_frame_host.h
index 6cf802655bcbf0f40c1f890ca5cd85f5e62eeeda..14c75dc3cde5f2efa71ecbe9928b677e438c39f4 100644
--- a/content/browser/compositor/delegated_frame_host.h
+++ b/content/browser/compositor/delegated_frame_host.h
@@ -88,6 +88,7 @@ class CONTENT_EXPORT DelegatedFrameHost
void WasHidden();
void WasShown();
void WasResized();
+ gfx::Size GetRequestedRendererSize() const;
danakj 2014/05/20 19:28:56 s/Get//?
void AddedToWindow();
void RemovingFromWindow();
void CopyFromCompositingSurface(

Powered by Google App Engine
This is Rietveld 408576698