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

Unified Diff: services/ui/public/cpp/bitmap_uploader.cc

Issue 2232793002: services/ui: Move cc::SoftwareOutputDevice implementation into the client lib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 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: services/ui/public/cpp/bitmap_uploader.cc
diff --git a/services/ui/public/cpp/bitmap_uploader.cc b/services/ui/public/cpp/bitmap_uploader.cc
index 75af7b3f24b79b22f85686db143beca03321c3d4..e4f2d068aee6aae7fe6b8b964ea5c8475e8a448c 100644
--- a/services/ui/public/cpp/bitmap_uploader.cc
+++ b/services/ui/public/cpp/bitmap_uploader.cc
@@ -24,9 +24,6 @@ const uint32_t g_transparent_color = 0x00000000;
} // namespace
-const char kBitmapUploaderForAcceleratedWidget[] =
- "__BITMAP_UPLOADER_ACCELERATED_WIDGET__";
-
BitmapUploader::BitmapUploader(Window* window)
: window_(window),
color_(g_transparent_color),

Powered by Google App Engine
This is Rietveld 408576698