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

Unified Diff: ui/gl/gl_image.cc

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: wip 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.cc
diff --git a/ui/gl/gl_image.cc b/ui/gl/gl_image.cc
index 967f53c31d58645ca09a9f25b3dc27ffb688cabc..674aab237afc5a08fcde6afeb8b82dbf38f4757f 100644
--- a/ui/gl/gl_image.cc
+++ b/ui/gl/gl_image.cc
@@ -4,16 +4,15 @@
#include "ui/gl/gl_image.h"
-#include "base/logging.h"
-
namespace gfx {
GLImage::GLImage() {}
+GLImage::~GLImage() {
+}
+
void GLImage::SetReleaseAfterUse() {
// Default no-op implementation for workaround.
}
-GLImage::~GLImage() {}
-
} // namespace gfx

Powered by Google App Engine
This is Rietveld 408576698