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

Unified Diff: ui/compositor/test/in_process_context_provider.h

Issue 1900993002: Move SharedMemoryLimits out of WebGraphicsContext3DCommandBufferImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@limits
Patch Set: move-limits: types Created 4 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
« no previous file with comments | « ppapi/shared_impl/ppb_graphics_3d_shared.cc ('k') | ui/compositor/test/in_process_context_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/test/in_process_context_provider.h
diff --git a/ui/compositor/test/in_process_context_provider.h b/ui/compositor/test/in_process_context_provider.h
index e3dfce1565db51f42a7a1d65b0a55686c8cd9aca..d1aab9c39bc84e3a402619d159e97d98d0af25c2 100644
--- a/ui/compositor/test/in_process_context_provider.h
+++ b/ui/compositor/test/in_process_context_provider.h
@@ -49,7 +49,7 @@ class InProcessContextProvider : public cc::ContextProvider {
// cc::ContextProvider:
bool BindToCurrentThread() override;
void DetachFromThread() override;
- Capabilities ContextCapabilities() override;
+ gpu::Capabilities ContextCapabilities() override;
gpu::gles2::GLES2Interface* ContextGL() override;
gpu::ContextSupport* ContextSupport() override;
class GrContext* GrContext() override;
@@ -82,7 +82,6 @@ class InProcessContextProvider : public cc::ContextProvider {
gpu::ImageFactory* image_factory_;
gfx::AcceleratedWidget window_;
std::string debug_name_;
- cc::ContextProvider::Capabilities capabilities_;
base::Lock context_lock_;
« no previous file with comments | « ppapi/shared_impl/ppb_graphics_3d_shared.cc ('k') | ui/compositor/test/in_process_context_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698