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

Unified Diff: services/gfx/compositor/render/render_image.h

Issue 1776643004: Mozart: Specify texture origin explicitly. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-3
Patch Set: Created 4 years, 9 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 | « services/gfx/compositor/graph/scene_def.cc ('k') | services/gfx/compositor/render/render_image.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gfx/compositor/render/render_image.h
diff --git a/services/gfx/compositor/render/render_image.h b/services/gfx/compositor/render/render_image.h
index f90e579458cbf48dd0047c384ced761adb1b5b31..f1d65b36e6005bc2ede174ebb829e1a4b3036116 100644
--- a/services/gfx/compositor/render/render_image.h
+++ b/services/gfx/compositor/render/render_image.h
@@ -14,6 +14,7 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/task_runner.h"
+#include "mojo/services/gfx/composition/interfaces/resources.mojom.h"
#include "skia/ext/refptr.h"
#include "third_party/skia/include/core/SkImage.h"
@@ -45,6 +46,7 @@ class RenderImage {
GLuint sync_point,
uint32_t width,
uint32_t height,
+ mojo::gfx::composition::MailboxTextureResource::Origin origin,
const scoped_refptr<base::TaskRunner>& task_runner,
const base::Closure& release_task);
« no previous file with comments | « services/gfx/compositor/graph/scene_def.cc ('k') | services/gfx/compositor/render/render_image.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698