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

Unified Diff: content/browser/renderer_host/compositor_impl_android.cc

Issue 251343002: Remove offscreen compositor contexts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm-offscreencontext: include Created 6 years, 8 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/renderer_host/compositor_impl_android.cc
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc
index 2a168a89c55a45ce1cd0d9bd8ee1b7a8f0df146d..da3080e8855f290d6b0bf9410b79bb37d241f95f 100644
--- a/content/browser/renderer_host/compositor_impl_android.cc
+++ b/content/browser/renderer_host/compositor_impl_android.cc
@@ -490,14 +490,6 @@ void CompositorImpl::OnLostResources() {
client_->DidLoseResources();
}
-scoped_refptr<cc::ContextProvider> CompositorImpl::OffscreenContextProvider() {
- // There is no support for offscreen contexts, or compositor filters that
- // would require them in this compositor instance. If they are needed,
- // then implement a context provider that provides contexts from
- // ImageTransportSurfaceAndroid.
- return NULL;
-}
-
void CompositorImpl::DidCompleteSwapBuffers() {
client_->OnSwapBuffersCompleted();
}
« no previous file with comments | « content/browser/renderer_host/compositor_impl_android.h ('k') | content/common/gpu/client/context_provider_command_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698