Index: content/browser/compositor/reflector_impl.h |
diff --git a/content/browser/compositor/reflector_impl.h b/content/browser/compositor/reflector_impl.h |
index 4d0da018ded46f53fc425457986b943de4db0669..8a8130d3b70c3f7186a89e9aa2b48bab2a5a1f18 100644 |
--- a/content/browser/compositor/reflector_impl.h |
+++ b/content/browser/compositor/reflector_impl.h |
@@ -133,6 +133,7 @@ class ReflectorImpl : public base::SupportsWeakPtr<ReflectorImpl>, |
scoped_refptr<base::MessageLoopProxy> impl_message_loop_; |
scoped_refptr<base::MessageLoopProxy> main_message_loop_; |
int surface_id_; |
+ bool flip_texture_; |
}; |
} // namespace content |