| 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 35c56fcd13fb909ba2d0e8286bb5fb54d1b6eee7..bafc18010f62af7a960beb9f0034621620979986 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -122,8 +122,7 @@ class VrShell : public device::GvrDelegate, content::WebContentsObserver {
|
| void LoadUIContent();
|
| void DrawVrShell(const gvr::Mat4f& head_pose, gvr::Frame &frame);
|
| void DrawUiView(const gvr::Mat4f* head_pose,
|
| - const std::vector<const ContentRectangle*>& elements,
|
| - bool clear);
|
| + const std::vector<const ContentRectangle*>& elements);
|
| void DrawElements(const gvr::Mat4f& render_matrix,
|
| const std::vector<const ContentRectangle*>& elements);
|
| void DrawCursor(const gvr::Mat4f& render_matrix);
|
|
|