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

Unified Diff: components/bitmap_uploader/bitmap_uploader.h

Issue 1438903002: p1 mus+ash chrome renders ui and content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleaned up Created 5 years, 1 month 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.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 {

Powered by Google App Engine
This is Rietveld 408576698