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

Unified Diff: cc/test/test_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 | « cc/resources/resource_provider.cc ('k') | cc/test/test_context_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_context_provider.h
diff --git a/cc/test/test_context_provider.h b/cc/test/test_context_provider.h
index 99d15c8b30dc05ae1f22e0fb2b5b168fb05cca48..ecb1ec62e7ed6bb2efd86619768616f50a079b62 100644
--- a/cc/test/test_context_provider.h
+++ b/cc/test/test_context_provider.h
@@ -38,7 +38,7 @@ class TestContextProvider : public 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;
@@ -58,8 +58,6 @@ class TestContextProvider : public ContextProvider {
TestContextSupport* support() { return &support_; }
- void SetMaxTransferBufferUsageBytes(size_t max_transfer_buffer_usage_bytes);
-
protected:
explicit TestContextProvider(
std::unique_ptr<TestWebGraphicsContext3D> context);
« no previous file with comments | « cc/resources/resource_provider.cc ('k') | cc/test/test_context_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698