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

Unified Diff: cc/trees/thread_proxy.h

Issue 1287043002: cc: Setup API to release OutputSurface from LTHClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unit test Created 5 years, 4 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: cc/trees/thread_proxy.h
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
index ca76e42669b1cbfbd1f3e19dda3a2bbced27aa7a..fc974dc06fb12f9d52e95b0282997a1f0ff855dc 100644
--- a/cc/trees/thread_proxy.h
+++ b/cc/trees/thread_proxy.h
@@ -243,6 +243,7 @@ class CC_EXPORT ThreadProxy : public Proxy,
void RequestNewOutputSurface();
void DidInitializeOutputSurface(bool success,
const RendererCapabilities& capabilities);
+ scoped_ptr<OutputSurface> GetOutputSurface();
no sievers 2015/09/10 00:00:22 override and move up to under 'Proxy implementatio
sohanjg 2015/09/10 15:07:23 Done.
void SendCommitRequestToImplThreadIfNeeded();
void DidCompletePageScaleAnimation();

Powered by Google App Engine
This is Rietveld 408576698