Chromium Code Reviews| Index: components/bitmap_uploader/bitmap_uploader.h |
| diff --git a/components/bitmap_uploader/bitmap_uploader.h b/components/bitmap_uploader/bitmap_uploader.h |
| index ccb4d7a7b54674b7fac338a623d6da8ab66281cb..8ced8938d339d56f66c08d8d22bdc694493a3b85 100644 |
| --- a/components/bitmap_uploader/bitmap_uploader.h |
| +++ b/components/bitmap_uploader/bitmap_uploader.h |
| @@ -20,6 +20,8 @@ class Shell; |
| namespace bitmap_uploader { |
| +extern const char kBitmapUploaderForAcceleratedWidget[]; |
|
Fady Samuel
2015/11/13 02:18:02
This constant doesn't feel like it belongs as part
rjkroege
2015/11/13 03:10:43
It needs to be somewhere that doesn't violate laye
|
| + |
| // BitmapUploader is useful if you want to draw a bitmap or color in a |
| // mus::Window. |
| class BitmapUploader : public mus::mojom::SurfaceClient { |