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

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

Issue 2524423002: VR: Disable Overscroll Glow in VrShell (Closed)
Patch Set: Rebase + Rename VrShell::SetShowingOverscrollGlow Created 4 years 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 | « no previous file | chrome/browser/android/vr_shell/vr_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/vr_shell.h
diff --git a/chrome/browser/android/vr_shell/vr_shell.h b/chrome/browser/android/vr_shell/vr_shell.h
index d2e871d72cb12f74e70827c0816260cd0f978acf..9c0a1c6424aed705386471ab1fae078ee89f1718 100644
--- a/chrome/browser/android/vr_shell/vr_shell.h
+++ b/chrome/browser/android/vr_shell/vr_shell.h
@@ -153,6 +153,7 @@ class VrShell : public device::GvrDelegate, content::WebContentsObserver {
private:
~VrShell() override;
void LoadUIContentOnUI();
+ void SetShowingOverscrollGlowOnUI(bool showing_glow);
void DrawVrShellOnGL(const gvr::Mat4f& head_pose, gvr::Frame &frame);
void DrawUiViewOnGL(const gvr::Mat4f* head_pose,
const std::vector<const ContentRectangle*>& elements,
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/vr_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698