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

Unified Diff: ppapi/examples/mouse_cursor/mouse_cursor.cc

Issue 10052028: Fix line endings in ppapi. No code change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« no previous file with comments | « ppapi/cpp/mouse_cursor.cc ('k') | ppapi/tests/test_page.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/examples/mouse_cursor/mouse_cursor.cc
diff --git a/ppapi/examples/mouse_cursor/mouse_cursor.cc b/ppapi/examples/mouse_cursor/mouse_cursor.cc
index 0c8b10bc46e0103ba9c7d49de514eade024d8767..8a70b158a9c15a2806cb08288d1e9f928eeae567 100644
--- a/ppapi/examples/mouse_cursor/mouse_cursor.cc
+++ b/ppapi/examples/mouse_cursor/mouse_cursor.cc
@@ -32,11 +32,11 @@ class MyInstance : public pp::Instance {
virtual ~MyInstance() {
}
- virtual void DidChangeView(const pp::View& view) {
- width_ = view.GetRect().width();
- height_ = view.GetRect().height();
- }
-
+ virtual void DidChangeView(const pp::View& view) {
+ width_ = view.GetRect().width();
+ height_ = view.GetRect().height();
+ }
+
virtual bool HandleInputEvent(const pp::InputEvent& event) {
switch (event.GetType()) {
case PP_INPUTEVENT_TYPE_MOUSEDOWN:
« no previous file with comments | « ppapi/cpp/mouse_cursor.cc ('k') | ppapi/tests/test_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698