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

Unified Diff: components/view_manager/gles2/command_buffer_impl.h

Issue 1181013010: Support impl-side painting in Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit warning Created 5 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: components/view_manager/gles2/command_buffer_impl.h
diff --git a/components/view_manager/gles2/command_buffer_impl.h b/components/view_manager/gles2/command_buffer_impl.h
index bd4ddd8aede75da231824981c5621a9ff418038c..1f975bd5cea1afcab284db2d9aea07c54b55ee54 100644
--- a/components/view_manager/gles2/command_buffer_impl.h
+++ b/components/view_manager/gles2/command_buffer_impl.h
@@ -48,6 +48,13 @@ class CommandBufferImpl : public mojo::CommandBuffer,
void InsertSyncPoint(bool retire) override;
void RetireSyncPoint(uint32_t sync_point) override;
void Echo(const mojo::Callback<void()>& callback) override;
+ void CreateImage(int32_t id,
+ mojo::ScopedHandle memory_handle,
+ int32_t type,
+ mojo::SizePtr size,
+ int32_t format,
+ int32_t internal_format) override;
+ void DestroyImage(int32_t id) override;
void DidLoseContext();
void UpdateVSyncParameters(base::TimeTicks timebase,

Powered by Google App Engine
This is Rietveld 408576698