Index: content/common/gpu/gles2_texture_to_egl_image_translator.cc |
diff --git a/content/gpu/gles2_texture_to_egl_image_translator.cc b/content/common/gpu/gles2_texture_to_egl_image_translator.cc |
similarity index 96% |
rename from content/gpu/gles2_texture_to_egl_image_translator.cc |
rename to content/common/gpu/gles2_texture_to_egl_image_translator.cc |
index ed303687d4450f7c1da1eb498798e1e0ae7bbd7a..487dd0b751ddfc8175bec53ff4d67acb42fb6354 100644 |
--- a/content/gpu/gles2_texture_to_egl_image_translator.cc |
+++ b/content/common/gpu/gles2_texture_to_egl_image_translator.cc |
@@ -2,7 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/gpu/gles2_texture_to_egl_image_translator.h" |
+#include "content/common/gpu/gles2_texture_to_egl_image_translator.h" |
+ |
+#include "base/logging.h" |
// Get EGL extension functions. |
static PFNEGLCREATEIMAGEKHRPROC egl_create_image_khr = |
@@ -69,5 +71,3 @@ void Gles2TextureToEglImageTranslator::DestroyEglImage(EGLImageKHR egl_image) { |
} |
egl_destroy_image_khr(egl_display_, egl_image); |
} |
- |
- |