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

Unified Diff: components/bitmap_uploader/bitmap_uploader.h

Issue 1575763002: Make `content` target build without unused data members on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use_disallow_copy_assign_linux_only
Patch Set: fix unit test Created 4 years, 11 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 | « no previous file | components/bitmap_uploader/bitmap_uploader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bitmap_uploader/bitmap_uploader.h
diff --git a/components/bitmap_uploader/bitmap_uploader.h b/components/bitmap_uploader/bitmap_uploader.h
index e4fba5bd64d6d8d6f93fac06643c0eab7f48a6ce..cee37d619e284a7b1689c0ddcf82e642565de703 100644
--- a/components/bitmap_uploader/bitmap_uploader.h
+++ b/components/bitmap_uploader/bitmap_uploader.h
@@ -78,7 +78,6 @@ class BITMAP_UPLOADER_EXPORT BitmapUploader
scoped_ptr<std::vector<unsigned char>> bitmap_;
uint32_t next_resource_id_;
uint32_t id_namespace_;
- uint32_t local_id_;
base::hash_map<uint32_t, uint32_t> resource_to_texture_id_map_;
mojo::Binding<mus::mojom::SurfaceClient> surface_client_binding_;
« no previous file with comments | « no previous file | components/bitmap_uploader/bitmap_uploader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698