Index: content/browser/device_orientation/orientation.h |
diff --git a/content/browser/device_orientation/orientation.h b/content/browser/device_orientation/orientation.h |
index f4679b23b7730e39c1911fc0d5aef23765429747..543ff0bc7f3026b1048fd45bad12dc5a05129332 100644 |
--- a/content/browser/device_orientation/orientation.h |
+++ b/content/browser/device_orientation/orientation.h |
@@ -15,7 +15,11 @@ class Orientation { |
// for that variable. |
Orientation() |
- : can_provide_alpha_(false), |
+ : alpha_(0), |
+ beta_(0), |
+ gamma_(0), |
+ absolute_(false), |
+ can_provide_alpha_(false), |
can_provide_beta_(false), |
can_provide_gamma_(false), |
can_provide_absolute_(false) { |