summaryrefslogtreecommitdiff
path: root/chromium/content/public/renderer/render_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/public/renderer/render_frame.h')
-rw-r--r--chromium/content/public/renderer/render_frame.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chromium/content/public/renderer/render_frame.h b/chromium/content/public/renderer/render_frame.h
index 77b499ea74f..568a0a8c9bc 100644
--- a/chromium/content/public/renderer/render_frame.h
+++ b/chromium/content/public/renderer/render_frame.h
@@ -304,12 +304,6 @@ class CONTENT_EXPORT RenderFrame : public IPC::Listener,
virtual void SetRenderFrameMediaPlaybackOptions(
const RenderFrameMediaPlaybackOptions& opts) = 0;
- // Synchronously performs the complete set of document lifecycle phases,
- // including updates to the compositor state and rasterization, then sending
- // a frame to the viz display compositor. Does nothing if RenderFrame is not
- // a local root.
- virtual void UpdateAllLifecyclePhasesAndCompositeForTesting() = 0;
-
// Sets that cross browsing instance frame lookup is allowed.
virtual void SetAllowsCrossBrowsingInstanceFrameLookup() = 0;