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

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

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.h
diff --git a/chrome/browser/android/vr_shell/ui_elements/screen_dimmer.h b/chrome/browser/android/vr_shell/ui_elements/screen_dimmer.h
index 47dbac1d16e0ca396b643b3dd790960274814703..3dcf3e7a88cb20893a0b7a6c331a22b1e540f40f 100644
--- a/chrome/browser/android/vr_shell/ui_elements/screen_dimmer.h
+++ b/chrome/browser/android/vr_shell/ui_elements/screen_dimmer.h
@@ -12,7 +12,7 @@ namespace vr_shell {
class ScreenDimmer : public UiElement {
public:
- ScreenDimmer();
+ explicit ScreenDimmer(int id);
~ScreenDimmer() override;
void Initialize() final;

Powered by Google App Engine
This is Rietveld 408576698