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

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: rebase Created 6 years, 5 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 | « ui/gl/gl_image.h ('k') | ui/gl/gl_image_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_image.cc
diff --git a/ui/gl/gl_image.cc b/ui/gl/gl_image.cc
index 967f53c31d58645ca09a9f25b3dc27ffb688cabc..fe45e448d05869d43dd76369a73ab5f46afabae3 100644
--- a/ui/gl/gl_image.cc
+++ b/ui/gl/gl_image.cc
@@ -4,16 +4,16 @@
#include "ui/gl/gl_image.h"
-#include "base/logging.h"
-
namespace gfx {
-GLImage::GLImage() {}
+GLImage::GLImage() {
+}
+
+GLImage::~GLImage() {
+}
void GLImage::SetReleaseAfterUse() {
// Default no-op implementation for workaround.
}
-GLImage::~GLImage() {}
-
} // namespace gfx
« no previous file with comments | « ui/gl/gl_image.h ('k') | ui/gl/gl_image_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698