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

Unified Diff: content/renderer/render_view_impl.h

Issue 16848010: Add LayerTreeHostClient::{will,did}UpdateLayer, report layer updates to DevTools (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased for try run Created 7 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/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 3b203749d05b1d22663c0dcff7275daf4d868131..ab189fb780cc739867656a4fcefcab01bb7dbc94 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -829,6 +829,7 @@ class CONTENT_EXPORT RenderViewImpl
virtual void InstrumentDidCancelFrame() OVERRIDE;
virtual void InstrumentWillComposite() OVERRIDE;
virtual bool AllowPartialSwap() const OVERRIDE;
+ virtual void initializeLayerTreeView() OVERRIDE;
jamesr 2013/07/19 19:47:47 why is this lowercase? it looks like this isn't gr
protected:
explicit RenderViewImpl(RenderViewImplParams* params);

Powered by Google App Engine
This is Rietveld 408576698