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

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

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
Index: chrome/browser/android/vr_shell/vr_compositor.h
diff --git a/chrome/browser/android/vr_shell/vr_compositor.h b/chrome/browser/android/vr_shell/vr_compositor.h
index 20aac81a028689ccbf1c6fd84bc08042932b8c8b..7abea5af03144910d892d4c81e1682f7a306e25d 100644
--- a/chrome/browser/android/vr_shell/vr_compositor.h
+++ b/chrome/browser/android/vr_shell/vr_compositor.h
@@ -39,10 +39,6 @@ class VrCompositor : public content::CompositorClient {
void SurfaceChanged(jobject surface);
void SetLayer(content::WebContents* web_contents);
- // CompositorClient implementation:
- void UpdateLayerTreeHost() override;
- void OnSwapBuffersCompleted(int pending_swap_buffers) override;
-
private:
void RestoreLayer();
« no previous file with comments | « chrome/browser/android/compositor/compositor_view.cc ('k') | chrome/browser/android/vr_shell/vr_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698