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

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: review comments addressed Created 7 years, 6 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 ea98760123955fb0b3a61d666bb6937f9cd8a9a4..3d6cdcfa4e6c942bee853baa2356a62d70b024ee 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -824,6 +824,7 @@ class CONTENT_EXPORT RenderViewImpl
virtual void InstrumentDidCancelFrame() OVERRIDE;
virtual void InstrumentWillComposite() OVERRIDE;
virtual bool AllowPartialSwap() const OVERRIDE;
+ virtual void initializeLayerTreeView() OVERRIDE;
protected:
explicit RenderViewImpl(RenderViewImplParams* params);

Powered by Google App Engine
This is Rietveld 408576698