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

Unified Diff: components/bitmap_uploader/bitmap_uploader.cc

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: no deps 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
Index: components/bitmap_uploader/bitmap_uploader.cc
diff --git a/components/bitmap_uploader/bitmap_uploader.cc b/components/bitmap_uploader/bitmap_uploader.cc
index baa5103bc424827ab88a1da2efe97f9ae3fdc704..b942f67abbb5671ea0f6ec570057ae447b7eadfa 100644
--- a/components/bitmap_uploader/bitmap_uploader.cc
+++ b/components/bitmap_uploader/bitmap_uploader.cc
@@ -44,7 +44,6 @@ BitmapUploader::BitmapUploader(mus::Window* window)
format_(BGRA),
next_resource_id_(1u),
id_namespace_(0u),
- local_id_(0u),
surface_client_binding_(this) {}
BitmapUploader::~BitmapUploader() {

Powered by Google App Engine
This is Rietveld 408576698