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

Unified Diff: chrome/browser/android/vr_shell/ui_elements/screen_dimmer.cc

Issue 2966793002: NOT FOR REVIEW - convert to cc animation
Patch Set: switch to transform operations Created 3 years, 6 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/screen_dimmer.cc
diff --git a/chrome/browser/android/vr_shell/ui_elements/screen_dimmer.cc b/chrome/browser/android/vr_shell/ui_elements/screen_dimmer.cc
index 9e1a034f9e01f4db3fbb1d75cdbe395244e512c2..ca65c85cd6543aa00fca4ebf85d8340c5e93e616 100644
--- a/chrome/browser/android/vr_shell/ui_elements/screen_dimmer.cc
+++ b/chrome/browser/android/vr_shell/ui_elements/screen_dimmer.cc
@@ -16,7 +16,7 @@ namespace {
static const float kDimmerOpacity = 0.9f;
} // namespace
-ScreenDimmer::ScreenDimmer() {}
+ScreenDimmer::ScreenDimmer(int id) : UiElement(id) {}
ScreenDimmer::~ScreenDimmer() = default;

Powered by Google App Engine
This is Rietveld 408576698