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

Unified Diff: content/browser/renderer_host/render_view_host_impl.cc

Issue 1472063007: mustash: enable GPU Compositing in renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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_view_host_impl.cc
diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
index 29e5e68ee0dfa15bfb5617239941f12eb815a91e..11bdbffb8a51aeed2918d9aed5538526e0ad5176 100644
--- a/content/browser/renderer_host/render_view_host_impl.cc
+++ b/content/browser/renderer_host/render_view_host_impl.cc
@@ -9,6 +9,8 @@
#include <utility>
#include <vector>
+#include "base/debug/stack_trace.h"
+
#include "base/callback.h"
#include "base/command_line.h"
#include "base/i18n/rtl.h"
@@ -290,6 +292,7 @@ bool RenderViewHostImpl::CreateRenderView(
int32 max_page_id,
const FrameReplicationState& replicated_frame_state,
bool window_was_created_with_opener) {
+ // base::debug::StackTrace().Print();
TRACE_EVENT0("renderer_host,navigation",
"RenderViewHostImpl::CreateRenderView");
DCHECK(!IsRenderViewLive()) << "Creating view twice";

Powered by Google App Engine
This is Rietveld 408576698