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

Unified Diff: examples/bitmap_uploader/bitmap_uploader.h

Issue 807733002: Split surface id and simplify connecting to surfaces service (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « no previous file | examples/bitmap_uploader/bitmap_uploader.cc » ('j') | examples/surfaces_app/embedder.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/bitmap_uploader/bitmap_uploader.h
diff --git a/examples/bitmap_uploader/bitmap_uploader.h b/examples/bitmap_uploader/bitmap_uploader.h
index dfe3e4d8f09d26da38260d1439f5ddcb213a2ca3..ed8ad9543e218f09492c7a7c80493229ad962a83 100644
--- a/examples/bitmap_uploader/bitmap_uploader.h
+++ b/examples/bitmap_uploader/bitmap_uploader.h
@@ -49,7 +49,8 @@ class BitmapUploader : public SurfaceClient {
uint32_t TextureFormat();
// SurfaceClient implementation.
- virtual void ReturnResources(Array<ReturnedResourcePtr> resources) override;
+ void SetIdNamespace(uint32_t id_namespace) override;
+ void ReturnResources(Array<ReturnedResourcePtr> resources) override;
View* view_;
SurfacesServicePtr surfaces_service_;
« no previous file with comments | « no previous file | examples/bitmap_uploader/bitmap_uploader.cc » ('j') | examples/surfaces_app/embedder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698