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

Unified Diff: mojo/examples/aura_demo/demo_context_factory.cc

Issue 132163004: Remove WebGraphicsContext3D getter from cc::ContextProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « content/renderer/render_view_impl.cc ('k') | mojo/examples/compositor_app/compositor_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/aura_demo/demo_context_factory.cc
diff --git a/mojo/examples/aura_demo/demo_context_factory.cc b/mojo/examples/aura_demo/demo_context_factory.cc
index 74956aa775ecf09348c8fb8d91aeb7eb66aa8ec8..64214ca4628bb152d98b9f95d08311104a341bad 100644
--- a/mojo/examples/aura_demo/demo_context_factory.cc
+++ b/mojo/examples/aura_demo/demo_context_factory.cc
@@ -27,7 +27,6 @@ class MojoContextProvider : public cc::ContextProvider {
// cc::ContextProvider implementation.
virtual bool BindToCurrentThread() OVERRIDE { return true; }
- virtual blink::WebGraphicsContext3D* Context3d() OVERRIDE { return NULL; }
virtual gpu::gles2::GLES2Interface* ContextGL() OVERRIDE {
return gles2_client_impl_->Interface();
}
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | mojo/examples/compositor_app/compositor_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698