Index: ppapi/native_client/src/shared/ppapi_proxy/view_data.cc |
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/view_data.cc b/ppapi/native_client/src/shared/ppapi_proxy/view_data.cc |
index 40abea302108060c3f67b8822d960a44b15e5c15..60174f5bad2ad615a973d32318b251460cd541ce 100644 |
--- a/ppapi/native_client/src/shared/ppapi_proxy/view_data.cc |
+++ b/ppapi/native_client/src/shared/ppapi_proxy/view_data.cc |
@@ -1,16 +1,16 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#include "ppapi/native_client/src/shared/ppapi_proxy/view_data.h" |
- |
-namespace ppapi_proxy { |
- |
-ViewData::ViewData() |
- : viewport_rect(PP_MakeRectFromXYWH(0, 0, 0, 0)), |
- is_fullscreen(PP_FALSE), |
- is_page_visible(PP_FALSE), |
- clip_rect(PP_MakeRectFromXYWH(0, 0, 0, 0)) { |
-} |
- |
-} // namespace ppapi_proxy |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "ppapi/native_client/src/shared/ppapi_proxy/view_data.h" |
+ |
+namespace ppapi_proxy { |
+ |
+ViewData::ViewData() |
+ : viewport_rect(PP_MakeRectFromXYWH(0, 0, 0, 0)), |
+ is_fullscreen(PP_FALSE), |
+ is_page_visible(PP_FALSE), |
+ clip_rect(PP_MakeRectFromXYWH(0, 0, 0, 0)) { |
+} |
+ |
+} // namespace ppapi_proxy |