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

Unified Diff: ui/gl/gl_image.cc

Issue 2930143004: Add DIRECT_COMPOSITION GpuMemoryBuffer type.
Patch Set: fix build Created 3 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 8525c6c95b902454a1ec7b6a1670ebfc293532b0..959ac6201ef7bd9de6af3713322fdcf3abb99c70 100644
--- a/ui/gl/gl_image.cc
+++ b/ui/gl/gl_image.cc
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#include "ui/gl/gl_image.h"
+#include "ui/gl/gl_surface.h"
namespace gl {
@@ -19,4 +20,8 @@ GLImage::Type GLImage::GetType() const {
return Type::NONE;
}
+scoped_refptr<gl::GLSurface> GLImage::GetSurface() {
+ return nullptr;
+}
+
} // namespace gl

Powered by Google App Engine
This is Rietveld 408576698