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

Unified Diff: android_webview/browser/aw_render_thread_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 | « no previous file | android_webview/browser/aw_render_thread_context_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_render_thread_context_provider.h
diff --git a/android_webview/browser/aw_render_thread_context_provider.h b/android_webview/browser/aw_render_thread_context_provider.h
index dcf5ca4fb4af345dccea776e7c0a8edf9b70a112..cca675fabb1e34bb5562b7b55ce4b89990a0ac24 100644
--- a/android_webview/browser/aw_render_thread_context_provider.h
+++ b/android_webview/browser/aw_render_thread_context_provider.h
@@ -40,7 +40,7 @@ class AwRenderThreadContextProvider : public cc::ContextProvider {
// cc::ContextProvider:
bool BindToCurrentThread() 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 AwRenderThreadContextProvider : public cc::ContextProvider {
std::unique_ptr<gpu::GLInProcessContext> context_;
sk_sp<class GrContext> gr_context_;
- cc::ContextProvider::Capabilities capabilities_;
-
LostContextCallback lost_context_callback_;
DISALLOW_COPY_AND_ASSIGN(AwRenderThreadContextProvider);
« no previous file with comments | « no previous file | android_webview/browser/aw_render_thread_context_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698