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

Unified Diff: content/browser/bad_message.h

Issue 2882303002: Factor FrameData out of RendererCompositorFrameSink (Closed)
Patch Set: c Created 3 years, 7 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
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/bad_message.h
diff --git a/content/browser/bad_message.h b/content/browser/bad_message.h
index 7f2f3afbdc277fe37430bc2272592fe6673728e3..6798b491450a2970127700a071d0dd660c688bc3 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -190,6 +190,7 @@ enum BadMessageReason {
BFSI_INVALID_TITLE = 166,
RWH_INVALID_FRAME_TOKEN = 167,
RWH_BAD_FRAME_SINK_REQUEST = 168,
+ RWH_SURFACE_INVARIANTS_VIOLATION = 169,
// Please add new elements here. The naming convention is abbreviated class
// name (e.g. RenderFrameHost becomes RFH) plus a unique description of the
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698