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

Unified Diff: components/exo/surface.h

Issue 2935893004: Add unittest for ArcNotificationContentView (Closed)
Patch Set: . Created 3 years, 6 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/exo/surface.h
diff --git a/components/exo/surface.h b/components/exo/surface.h
index 0abd511378882ddf5aa8c1df77a235828638b575..9b87b97460ca972da64280a56fc19799fd23119a 100644
--- a/components/exo/surface.h
+++ b/components/exo/surface.h
@@ -60,6 +60,8 @@ class Surface : public ui::ContextFactoryObserver,
public:
using PropertyDeallocator = void (*)(int64_t value);
+ static const char kSurfaceWindowName[];
+
Surface();
~Surface() override;

Powered by Google App Engine
This is Rietveld 408576698