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

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

Issue 2829653003: PROTOTYPE (incomplete): Add quad renderer and stub bits to handle security warnings. (Closed)
Patch Set: Created 3 years, 8 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/ui_element.cc
diff --git a/chrome/browser/android/vr_shell/ui_element.cc b/chrome/browser/android/vr_shell/ui_element.cc
index 8b8c25a3e58d9e1aad8e6d7e08f7df8f22cc9901..cf5f0bc880cb78d11e940c4c470cd9e482257109 100644
--- a/chrome/browser/android/vr_shell/ui_element.cc
+++ b/chrome/browser/android/vr_shell/ui_element.cc
@@ -105,6 +105,10 @@ UiElement::UiElement() = default;
UiElement::~UiElement() = default;
+bool UiElement::Render(VrShellRenderer* renderer) const {
+ return false;
+}
+
void UiElement::Animate(const base::TimeTicks& time) {
for (auto& it : animations) {
Animation& animation = *it;

Powered by Google App Engine
This is Rietveld 408576698