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

Unified Diff: content/browser/frame_host/render_widget_host_view_child_frame.h

Issue 1129883003: Pass Surface ID namespace to renderer compositors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set initial namespace value Created 5 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
Index: content/browser/frame_host/render_widget_host_view_child_frame.h
diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.h b/content/browser/frame_host/render_widget_host_view_child_frame.h
index 7e55f0a9d4c6e34b66d0cfc199d5c127d641b1ce..12ab4fed583116405eb9d2e78b5c48beae2433d6 100644
--- a/content/browser/frame_host/render_widget_host_view_child_frame.h
+++ b/content/browser/frame_host/render_widget_host_view_child_frame.h
@@ -101,6 +101,7 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame
#endif // defined(USE_AURA)
bool LockMouse() override;
void UnlockMouse() override;
+ uint32_t GetSurfaceIdNamespace() override;
#if defined(OS_MACOSX)
// RenderWidgetHostView implementation.

Powered by Google App Engine
This is Rietveld 408576698