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

Unified Diff: content/common/gpu/client/context_provider_command_buffer.h

Issue 1935783002: Delete blink::WebGraphicsContext3D and cc_blink::ContextProviderWebContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sharegroup
Patch Set: rmwgc3d: export 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
Index: content/common/gpu/client/context_provider_command_buffer.h
diff --git a/content/common/gpu/client/context_provider_command_buffer.h b/content/common/gpu/client/context_provider_command_buffer.h
index 216f9ac9b7f6967191db3ecdae642988b0e3ecda..0ed79f78cebab4a90bc4a48497b9f1b58ead52d6 100644
--- a/content/common/gpu/client/context_provider_command_buffer.h
+++ b/content/common/gpu/client/context_provider_command_buffer.h
@@ -13,7 +13,6 @@
#include "base/compiler_specific.h"
#include "base/synchronization/lock.h"
#include "base/threading/thread_checker.h"
-#include "cc/blink/context_provider_web_context.h"
#include "cc/output/context_provider.h"
#include "content/common/content_export.h"
#include "content/common/gpu/client/command_buffer_metrics.h"
@@ -36,7 +35,7 @@ namespace content {
// Implementation of cc::ContextProvider that provides a
// WebGraphicsContext3DCommandBufferImpl context and a GrContext.
class CONTENT_EXPORT ContextProviderCommandBuffer
- : NON_EXPORTED_BASE(public cc_blink::ContextProviderWebContext) {
+ : NON_EXPORTED_BASE(public cc::ContextProvider) {
public:
ContextProviderCommandBuffer(
std::unique_ptr<WebGraphicsContext3DCommandBufferImpl> context3d,
@@ -46,9 +45,6 @@ class CONTENT_EXPORT ContextProviderCommandBuffer
gpu::CommandBufferProxyImpl* GetCommandBufferProxy();
- // cc_blink::ContextProviderWebContext implementation.
- WebGraphicsContext3DCommandBufferImpl* WebContext3D() override;
-
// cc::ContextProvider implementation.
bool BindToCurrentThread() override;
void DetachFromThread() override;

Powered by Google App Engine
This is Rietveld 408576698