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

Unified Diff: ui/gl/gl_image.h

Issue 331723003: gpu: Remove Create/DeleteImage IPC by adding an X11_PIXMAP_BUFFER GpuMemoryBuffer type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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: ui/gl/gl_image.h
diff --git a/ui/gl/gl_image.h b/ui/gl/gl_image.h
index 7798423da12ed6ff683689d4ad7861ffdd03c863..8db6dd73b6354e85a6212ca28204c8ec7657723b 100644
--- a/ui/gl/gl_image.h
+++ b/ui/gl/gl_image.h
@@ -49,9 +49,6 @@ class GL_EXPORT GLImage : public base::RefCounted<GLImage> {
// (For an Android work-around only).
virtual void SetReleaseAfterUse();
- // Create a GL image for a window.
- static scoped_refptr<GLImage> CreateGLImage(gfx::PluginWindowHandle window);
-
// Create a GL image for a GPU Memory buffer.
static scoped_refptr<GLImage> CreateGLImageForGpuMemoryBuffer(
gfx::GpuMemoryBufferHandle buffer,

Powered by Google App Engine
This is Rietveld 408576698