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

Unified Diff: content/browser/renderer_host/compositor_impl_android.h

Issue 11090075: Expose the WebGraphicsContext3D for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/browser/renderer_host/compositor_impl_android.h
diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h
index 4d6065d9a28fd90867c77c944a0b5fcddad8ffbc..17b66233ec9d180d8d3fe812386fa5635626c5e2 100644
--- a/content/browser/renderer_host/compositor_impl_android.h
+++ b/content/browser/renderer_host/compositor_impl_android.h
@@ -35,6 +35,7 @@ class CompositorImpl : public Compositor,
virtual void SetWindowBounds(const gfx::Size& size) OVERRIDE;
virtual bool CompositeAndReadback(
void *pixels, const gfx::Rect& rect) OVERRIDE;
+ virtual WebKit::WebGraphicsContext3D* GetContext3D() OVERRIDE;
virtual void OnSurfaceUpdated(
const SurfacePresentedCallback& callback) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698