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

Unified Diff: content/public/browser/notification_types.h

Issue 10735010: 3D Compositing in <browser>, first draft. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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: content/public/browser/notification_types.h
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
index 9c4a8352748c4edc9f4b8d99bcfa65d85ddf380e..c04a5cbd0c4801c1a7f9a49982d5d9bbbfcdc282 100644
--- a/content/public/browser/notification_types.h
+++ b/content/public/browser/notification_types.h
@@ -223,6 +223,13 @@ enum NotificationType {
// Source<WebContents>.
NOTIFICATION_WEB_CONTENTS_DESTROYED,
+ // A RenderView will be created in a RenderViewHost for a WebContents. The
+ // source is the associated WebContents, and the details is the
+ // RenderViewHost pointer.
+ NOTIFICATION_WILL_CREATE_RENDER_VIEW,
+
+ // TODO(scshunt): Rename this notification as, with the addition of the
+ // previous one, this is now really confusing.
// A RenderViewHost was created for a WebContents. The source is the
// associated WebContents, and the details is the RenderViewHost
// pointer.

Powered by Google App Engine
This is Rietveld 408576698