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

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

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.h
diff --git a/services/ui/public/cpp/bitmap_uploader.h b/services/ui/public/cpp/bitmap_uploader.h
index 1f0898e8bf97c9bf8ea0a04c8616545509991b98..efb09113c3df1e58491eda09b20dccef7265fc4a 100644
--- a/services/ui/public/cpp/bitmap_uploader.h
+++ b/services/ui/public/cpp/bitmap_uploader.h
@@ -21,8 +21,6 @@
namespace ui {
class GLES2Context;
-extern const char kBitmapUploaderForAcceleratedWidget[];
-
// BitmapUploader is useful if you want to draw a bitmap or color in a
// Window.
class BitmapUploader : public WindowSurfaceClient {

Powered by Google App Engine
This is Rietveld 408576698