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

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.h

Issue 1129883003: Pass Surface ID namespace to renderer compositors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Mac bug. 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/renderer_host/render_widget_host_view_aura.h
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
index 69fe661283393fdb0315cda39e74758e57cc291c..72e0bd40f366032bdf2468507af0e461b2079f58 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.h
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h
@@ -224,6 +224,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
scoped_ptr<cc::CompositorFrame> frame) override;
void DidStopFlinging() override;
void OnDidNavigateMainFrameToNewPage() override;
+ uint32_t GetSurfaceIdNamespace() override;
#if defined(OS_WIN)
void SetParentNativeViewAccessible(

Powered by Google App Engine
This is Rietveld 408576698