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

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

Issue 2911943002: [vr] Add incognito coloring (Closed)
Patch Set: Created 3 years, 7 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_elements/textured_element.h
diff --git a/chrome/browser/android/vr_shell/ui_elements/textured_element.h b/chrome/browser/android/vr_shell/ui_elements/textured_element.h
index b1b377b7eb0348aed51bc8b21ed5d938b6bbdf7b..59cb2b728408d93953709b25e1d396e98de4b1ef 100644
--- a/chrome/browser/android/vr_shell/ui_elements/textured_element.h
+++ b/chrome/browser/android/vr_shell/ui_elements/textured_element.h
@@ -35,6 +35,7 @@ class TexturedElement : public UiElement {
private:
void Flush(SkSurface* surface);
+ void OnSetMode() override;
gfx::Size texture_size_;
GLuint texture_handle_;

Powered by Google App Engine
This is Rietveld 408576698