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

Unified Diff: chrome/browser/android/vr_shell/vr_compositor.cc

Issue 2718903002: android: Rename SwapBuffers to SwapFrames (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « chrome/browser/android/vr_shell/vr_compositor.h ('k') | content/browser/android/content_view_render_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/vr_compositor.cc
diff --git a/chrome/browser/android/vr_shell/vr_compositor.cc b/chrome/browser/android/vr_shell/vr_compositor.cc
index a5dd9ebd8cca5a22f578368cd1ad6abbe612e03b..9ea4284054a6098552536c3d97f9ecde07293a93 100644
--- a/chrome/browser/android/vr_shell/vr_compositor.cc
+++ b/chrome/browser/android/vr_shell/vr_compositor.cc
@@ -25,10 +25,6 @@ VrCompositor::~VrCompositor() {
RestoreLayer();
}
-void VrCompositor::UpdateLayerTreeHost() {}
-
-void VrCompositor::OnSwapBuffersCompleted(int pending_swap_buffers) {}
-
void VrCompositor::SetLayer(content::WebContents* web_contents) {
RestoreLayer();
if (!web_contents) {
« no previous file with comments | « chrome/browser/android/vr_shell/vr_compositor.h ('k') | content/browser/android/content_view_render_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698