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

Unified Diff: content/renderer/webgraphicscontext3d_provider_impl.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/renderer/webgraphicscontext3d_provider_impl.h
diff --git a/content/renderer/webgraphicscontext3d_provider_impl.h b/content/renderer/webgraphicscontext3d_provider_impl.h
index 05c2d74195606a73e9b19a7cf55807dbc49ba368..b6358aebb70fdaf85e722268f99087c036bdf8aa 100644
--- a/content/renderer/webgraphicscontext3d_provider_impl.h
+++ b/content/renderer/webgraphicscontext3d_provider_impl.h
@@ -27,7 +27,6 @@ class CONTENT_EXPORT WebGraphicsContext3DProviderImpl
~WebGraphicsContext3DProviderImpl() override;
// WebGraphicsContext3DProvider implementation.
- blink::WebGraphicsContext3D* context3d() override;
gpu::gles2::GLES2Interface* contextGL() override;
GrContext* grContext() override;
gpu::Capabilities getCapabilities() override;

Powered by Google App Engine
This is Rietveld 408576698